diff options
author | Robert Göhler <github@ghlr.de> | 2019-06-04 22:00:34 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-06-04 22:00:34 +0200 |
commit | 1b945b7c04419dbb8cdc0b3b0f9c01e1cbe016a1 (patch) | |
tree | 51dfefc68c595e37f136eb12f91c3efb5cbfa449 /docs/routing.rst | |
parent | 1dc44ab1037bce5cb5e5d1af2c909dfd5a6a35ba (diff) | |
download | vyos-documentation-1b945b7c04419dbb8cdc0b3b0f9c01e1cbe016a1.tar.gz vyos-documentation-1b945b7c04419dbb8cdc0b3b0f9c01e1cbe016a1.zip |
Fix BGP and OSPF links/references
Diffstat (limited to 'docs/routing.rst')
-rw-r--r-- | docs/routing.rst | 5 |
1 files changed, 5 insertions, 0 deletions
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 --- |