diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-09-05 15:16:05 +0300 |
|---|---|---|
| committer | Donatas Abraitis <donatas@opensourcerouting.org> | 2024-09-05 15:16:05 +0300 |
| commit | b9d4191a51a8965228f50f5100e5831eb1a5a894 (patch) | |
| tree | 8b8560e8084e5420cddcca7825456e692b0e0dbb /doc | |
| parent | 4f185c5c9d0efe8d046aa361868e1e97108de192 (diff) | |
bgpd: Allow using `solo` for peer-groups
Inherit solo flag for peer-group members also.
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/user/bgp.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index aa62d274f0..b6d289fac9 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -2191,8 +2191,7 @@ and will share updates. .. clicmd:: neighbor PEER solo This command is used to indicate that routes advertised by the peer - should not be reflected back to the peer. This command only is only - meaningful when there is a single peer defined in the peer-group. + should not be reflected back to the peer. .. clicmd:: show [ip] bgp peer-group [json] |
