summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2019-06-04 22:00:34 +0200
committerChristian Poessinger <christian@poessinger.com>2019-06-04 22:00:34 +0200
commit1b945b7c04419dbb8cdc0b3b0f9c01e1cbe016a1 (patch)
tree51dfefc68c595e37f136eb12f91c3efb5cbfa449
parent1dc44ab1037bce5cb5e5d1af2c909dfd5a6a35ba (diff)
downloadvyos-documentation-1b945b7c04419dbb8cdc0b3b0f9c01e1cbe016a1.tar.gz
vyos-documentation-1b945b7c04419dbb8cdc0b3b0f9c01e1cbe016a1.zip
Fix BGP and OSPF links/references
-rw-r--r--docs/appendix/examples/bgp-ipv6-unnumbered.rst2
-rw-r--r--docs/appendix/examples/ospf-unnumbered.rst (renamed from docs/appendix/examples/ospf-unnumbered.rxt)2
-rw-r--r--docs/routing.rst5
3 files changed, 7 insertions, 2 deletions
diff --git a/docs/appendix/examples/bgp-ipv6-unnumbered.rst b/docs/appendix/examples/bgp-ipv6-unnumbered.rst
index 09116e55..0682c91a 100644
--- a/docs/appendix/examples/bgp-ipv6-unnumbered.rst
+++ b/docs/appendix/examples/bgp-ipv6-unnumbered.rst
@@ -3,7 +3,7 @@
VyOS BGP ipv6 unnumbered with extended nexthop
----------------------------------------------
-General infomration can be found in the :ref:`Routing-BGP` chapter.
+General infomration can be found in the :ref:`routing-bgp` chapter.
Configuration
^^^^^^^^^^^^^
diff --git a/docs/appendix/examples/ospf-unnumbered.rxt b/docs/appendix/examples/ospf-unnumbered.rst
index 0238177e..04f2cb7e 100644
--- a/docs/appendix/examples/ospf-unnumbered.rxt
+++ b/docs/appendix/examples/ospf-unnumbered.rst
@@ -3,7 +3,7 @@
VyOS OSPF unnumbered with ecmp
----------------------------------------------
-General infomration can be found in the :ref:`Routing-OSPF` chapter.
+General infomration can be found in the :ref:`routing-ospf` chapter.
Configuration
^^^^^^^^^^^^^
diff --git a/docs/routing.rst b/docs/routing.rst
index b4144969..abee716a 100644
--- a/docs/routing.rst
+++ b/docs/routing.rst
@@ -56,6 +56,9 @@ Simple RIP configuration using 2 nodes and redistributing connected interfaces.
set protocols rip network 192.168.0.0/24
set protocols rip redistribute connected
+
+.. _routing-ospf:
+
OSPF
----
@@ -119,6 +122,8 @@ A typical configuration using 2 nodes.
set protocols ospfv3 parameters router-id 192.168.2.1
set protocols ospfv3 redistribute connected
+.. _routing-bgp:
+
BGP
---