diff options
author | Daniil Baturin <daniil@baturin.org> | 2020-01-12 11:46:37 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-12 11:46:37 +0700 |
commit | bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a (patch) | |
tree | ea06c94dca1c8693053dd9d481638b92a084fe6b /docs/interfaces/loopback.rst | |
parent | 689756182ba1e16df51315407cdc749e6136e0cc (diff) | |
parent | 74c5a1fc3cf31ba5d6d3d5fe603768369f1a3e34 (diff) | |
download | vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.tar.gz vyos-documentation-bea7c7318f0f7d2d6e11ee1d4db840fa7f88941a.zip |
Merge pull request #183 from StephenOrJames/master
Fix some typos and capitalizations
Diffstat (limited to 'docs/interfaces/loopback.rst')
-rw-r--r-- | docs/interfaces/loopback.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/interfaces/loopback.rst b/docs/interfaces/loopback.rst index f7519631..e15062cf 100644 --- a/docs/interfaces/loopback.rst +++ b/docs/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 dependant - on physical link states and multiple routes can be choosen to the + 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 destination. A :ref:`dummy-interface` Interface should always be preferred over a :ref:`loopback-interface` interface. |