diff options
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/appendix/examples/bgp-ipv6-unnumbered.rst | 2 | ||||
| -rw-r--r-- | docs/appendix/examples/ospf-unnumbered.rst (renamed from docs/appendix/examples/ospf-unnumbered.rxt) | 2 | ||||
| -rw-r--r-- | docs/routing.rst | 5 | 
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  --- | 
