diff options
author | jdenisco <jdenisco@cisco.com> | 2019-05-13 12:40:21 -0400 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2019-05-16 17:42:13 +0000 |
commit | 8a6e1b190c63cc596aed33f84b5989b64d276423 (patch) | |
tree | 016c181103861da2791c090a3b874b9bc385234e /docs/usecases/contiv/NETWORKING.md | |
parent | 8fa01c17aa65c03b1f25f9accaa5bb0f9d0862c4 (diff) |
docs: Update sphinx, requirements, support markdown tables
Change-Id: Ie7c546f5720b10fe5423397204e1ab5c22d7a2ba
Signed-off-by: jdenisco <jdenisco@cisco.com>
Diffstat (limited to 'docs/usecases/contiv/NETWORKING.md')
-rw-r--r-- | docs/usecases/contiv/NETWORKING.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/usecases/contiv/NETWORKING.md b/docs/usecases/contiv/NETWORKING.md index 0b6d08127fb..25ce3ce0410 100644 --- a/docs/usecases/contiv/NETWORKING.md +++ b/docs/usecases/contiv/NETWORKING.md @@ -20,7 +20,7 @@ ID is released back to the pool and will be re-used by the next node. The Node ID is used to calculate per-node IP subnets for PODs and other internal subnets that need to be unique on each node. Apart from the Node ID, the input for IPAM calculations is a set of config knobs, which can be specified -in the `IPAMConfig` section of the [Contiv/VPP deployment YAML](../../../k8s/contiv-vpp.yaml): +in the `IPAMConfig` section of the \[Contiv/VPP deployment YAML\](../../../k8s/contiv-vpp.yaml): - **PodSubnetCIDR** (default `10.1.0.0/16`): each pod gets an IP address assigned from this range. The size of this range (default `/16`) dictates upper limit of @@ -132,6 +132,6 @@ whenever a node is added/deleted in the k8s cluster. #### More Info -Please refer to the [Packet Flow Dev Guide](../dev-guide/PACKET_FLOW.html) for more +Please refer to the \[Packet Flow Dev Guide\](../dev-guide/PACKET_FLOW.html) for more detailed description of paths traversed by request and response packets inside Contiv/VPP Kubernetes cluster under different situations.
\ No newline at end of file |