diff options
author | Quentin Young <qlyoung@nvidia.com> | 2020-08-10 21:32:38 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@nvidia.com> | 2020-08-10 21:36:28 +0200 |
commit | 164786a94131714a2bdb7fd76e5d93b8dd48fa45 (patch) | |
tree | 0878cb94a4340877fd71bf6738c574adddc65924 /doc/user | |
parent | Merge pull request #6875 from opensourcerouting/bgpd-fsm-legacy-cleanup (diff) | |
download | frr-164786a94131714a2bdb7fd76e5d93b8dd48fa45.tar.xz frr-164786a94131714a2bdb7fd76e5d93b8dd48fa45.zip |
doc: document effect of ebgp-multihop
Signed-off-by: Quentin Young <qlyoung@nvidia.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/bgp.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index db0776adb..d79f71bfe 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1222,6 +1222,11 @@ Configuring Peers .. index:: [no] neighbor PEER ebgp-multihop .. clicmd:: [no] neighbor PEER ebgp-multihop + Specifying ``ebgp-multihop`` allows sessions with eBGP neighbors to + establish when they are multiple hops away. When the neighbor is not + directly connected and this knob is not enabled, the session will not + establish. + .. index:: [no] neighbor PEER description ... .. clicmd:: [no] neighbor PEER description ... |