diff options
author | Kyle McClammy <kylem@serverforge.org> | 2023-02-04 14:18:22 +0000 |
---|---|---|
committer | Kyle McClammy <kylem@serverforge.org> | 2023-02-04 14:18:22 +0000 |
commit | 7d97488e7c488ed50f8fea0e7cc4cb5e9b8eeb04 (patch) | |
tree | 6dbb06eda63bb241f11087e9dae421dc0022036a /docs/configuration/protocols | |
parent | bfdd195284a17bab5632db363a1832e3e2de4b20 (diff) | |
download | vyos-documentation-7d97488e7c488ed50f8fea0e7cc4cb5e9b8eeb04.tar.gz vyos-documentation-7d97488e7c488ed50f8fea0e7cc4cb5e9b8eeb04.zip |
Shortened config line to be less than 80 characters
Diffstat (limited to 'docs/configuration/protocols')
-rw-r--r-- | docs/configuration/protocols/bgp.rst | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/protocols/bgp.rst b/docs/configuration/protocols/bgp.rst index bef75733..e6240a7d 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -206,7 +206,8 @@ Defining Peers peers ASN is the same as mine as specified under the :cfgcmd:`protocols bgp <asn>` command the connection will be denied. -.. cfgcmd:: set protocols bgp neighbor <address|interface> local-role <role> [strict] +.. cfgcmd:: set protocols bgp neighbor <address|interface> local-role + <role> [strict] BGP roles are defined in RFC :rfc:`9234` and provide an easy way to add route leak prevention, detection and mitigation. The local Role |