summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/routing/arp.rst4
-rw-r--r--docs/routing/bgp.rst4
-rw-r--r--docs/routing/mss-clamp.rst4
-rw-r--r--docs/routing/ospf.rst4
-rw-r--r--docs/routing/rip.rst4
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.