diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-01-02 22:14:51 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-01-02 22:14:51 +0100 |
commit | 10d015f05307837e445fb612d2f4087d026a888a (patch) | |
tree | 1471a2cd8341f98f7c4d91b3df03bc788530f29a /docs/interfaces/loopback.rst | |
parent | 432f13801f90622b154b214d050516dad2a320c6 (diff) | |
download | vyos-documentation-10d015f05307837e445fb612d2f4087d026a888a.tar.gz vyos-documentation-10d015f05307837e445fb612d2f4087d026a888a.zip |
dummy: loopback: add usage hint
Diffstat (limited to 'docs/interfaces/loopback.rst')
-rw-r--r-- | docs/interfaces/loopback.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/interfaces/loopback.rst b/docs/interfaces/loopback.rst index 2d554de4..f7519631 100644 --- a/docs/interfaces/loopback.rst +++ b/docs/interfaces/loopback.rst @@ -12,6 +12,13 @@ services on your local machine. you need multiple interfaces, please use the :ref:`dummy-interface` interface type. +.. 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 dependant + on physical link states and multiple routes can be choosen to the + destination. A :ref:`dummy-interface` Interface should always be preferred + over a :ref:`loopback-interface` interface. + Configuration ============= |