summaryrefslogtreecommitdiff
path: root/docs/configuration/interfaces
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2021-04-16 19:23:25 +0200
committerChristian Poessinger <christian@poessinger.com>2021-04-16 19:23:25 +0200
commit62f8241b09228a66916480731c0291dbd5a1aa24 (patch)
tree20b588ed7dafbe390d266f660aacae1dc86673da /docs/configuration/interfaces
parente21c80c6e1c64b6cc62dbceff9e4302cefaab345 (diff)
downloadvyos-documentation-62f8241b09228a66916480731c0291dbd5a1aa24.tar.gz
vyos-documentation-62f8241b09228a66916480731c0291dbd5a1aa24.zip
vrf: dynamic routing is now supported - document this
Diffstat (limited to 'docs/configuration/interfaces')
-rw-r--r--docs/configuration/interfaces/dummy.rst4
-rw-r--r--docs/configuration/interfaces/loopback.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/configuration/interfaces/dummy.rst b/docs/configuration/interfaces/dummy.rst
index c9845230..d59c1039 100644
--- a/docs/configuration/interfaces/dummy.rst
+++ b/docs/configuration/interfaces/dummy.rst
@@ -13,8 +13,8 @@ you can have as many as you want.
.. hint:: A Dummy interface is always up, thus it could be used for
management traffic or as source/destination for and :abbr:`IGP (Interior
- Gateway Protocol)` like :ref:`bgp` so your internal BGP link is not dependent
- on physical link states and multiple routes can be chosen to the
+ Gateway Protocol)` like :ref:`routing-bgp` so your internal BGP link is not
+ dependent on physical link states and multiple routes can be chosen to the
destination. A :ref:`dummy-interface` Interface should always be preferred
over a :ref:`loopback-interface` interface.
diff --git a/docs/configuration/interfaces/loopback.rst b/docs/configuration/interfaces/loopback.rst
index f7386c62..4d0c8fb6 100644
--- a/docs/configuration/interfaces/loopback.rst
+++ b/docs/configuration/interfaces/loopback.rst
@@ -14,8 +14,8 @@ services on your local machine.
.. hint:: A lookback interface is always up, thus it could be used for
management traffic or as source/destination for and :abbr:`IGP (Interior
- Gateway Protocol)` like :ref:`bgp` so your internal BGP link is not dependent
- on physical link states and multiple routes can be chosen to the
+ Gateway Protocol)` like :ref:`routing-bgp` so your internal BGP link is not
+ dependent on physical link states and multiple routes can be chosen to the
destination. A :ref:`dummy-interface` Interface should always be preferred
over a :ref:`loopback-interface` interface.