diff options
| author | Christian Poessinger <christian@poessinger.com> | 2019-06-20 12:38:39 +0200 | 
|---|---|---|
| committer | Christian Poessinger <christian@poessinger.com> | 2019-06-20 12:47:56 +0200 | 
| commit | 11491ec0ee031945c8ed710e6808324032e20e0a (patch) | |
| tree | e08ca6b622c03e053903c7d5907edc7f0c530fd6 /docs/routing | |
| parent | e6e0bf738df27e4b3a1640e8e17602d7624eb819 (diff) | |
| download | vyos-documentation-11491ec0ee031945c8ed710e6808324032e20e0a.tar.gz vyos-documentation-11491ec0ee031945c8ed710e6808324032e20e0a.zip | |
routing: use long protocol name in chapter name
Diffstat (limited to 'docs/routing')
| -rw-r--r-- | docs/routing/arp.rst | 4 | ||||
| -rw-r--r-- | docs/routing/bgp.rst | 4 | ||||
| -rw-r--r-- | docs/routing/mss-clamp.rst | 4 | ||||
| -rw-r--r-- | docs/routing/ospf.rst | 4 | ||||
| -rw-r--r-- | docs/routing/rip.rst | 4 | 
5 files changed, 10 insertions, 10 deletions
| diff --git a/docs/routing/arp.rst b/docs/routing/arp.rst index ceceebf9..0b9bb3a7 100644 --- a/docs/routing/arp.rst +++ b/docs/routing/arp.rst @@ -1,7 +1,7 @@  .. _routing-arp: -ARP ---- +Address Resolution Protocol (ARP) +---------------------------------  To manipulate or display ARP_ table entries, the following commands are implemented. diff --git a/docs/routing/bgp.rst b/docs/routing/bgp.rst index f4281140..ecd706ba 100644 --- a/docs/routing/bgp.rst +++ b/docs/routing/bgp.rst @@ -1,7 +1,7 @@  .. _routing-bgp: -BGP ---- +Border Gateway Protocol (BGP) +-----------------------------  IPv4  ^^^^ diff --git a/docs/routing/mss-clamp.rst b/docs/routing/mss-clamp.rst index 3ec1a025..f61aa956 100644 --- a/docs/routing/mss-clamp.rst +++ b/docs/routing/mss-clamp.rst @@ -1,7 +1,7 @@  .. _routing-mss-clamp: -MSS Clamping ------------- +TCP-MSS Clamping +----------------  As Internet wide PMTU discovery rarely works we sometimes need to clamp our TCP  MSS value to a specific value. Starting with VyOS 1.2 there is a firewall option diff --git a/docs/routing/ospf.rst b/docs/routing/ospf.rst index 1a55dc16..563687de 100644 --- a/docs/routing/ospf.rst +++ b/docs/routing/ospf.rst @@ -1,7 +1,7 @@  .. _routing-ospf: -OSPF ----- +Open Shortest Path First (OSPF) +-------------------------------  IPv4  ^^^^ diff --git a/docs/routing/rip.rst b/docs/routing/rip.rst index 237106f6..194ab6e3 100644 --- a/docs/routing/rip.rst +++ b/docs/routing/rip.rst @@ -1,7 +1,7 @@  .. _routing-rip: -RIP ---- +Routing Information Protocol (RIP) +----------------------------------  Simple RIP configuration using 2 nodes and redistributing connected interfaces. | 
