diff options
author | Daniil Baturin <daniil@vyos.io> | 2021-10-14 23:39:30 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-14 23:39:30 +0700 |
commit | c07eef4c99217325149fc0c6faef2ba965bb0dd3 (patch) | |
tree | ac25816e12143034c57982ed1dd352ee7527fbd3 | |
parent | 90172aca00d3fbddbb474a2248a24e48fddeb981 (diff) | |
parent | 47703773d9fcba99322343a20b3e5a8152760b8a (diff) | |
download | vyos-documentation-c07eef4c99217325149fc0c6faef2ba965bb0dd3.tar.gz vyos-documentation-c07eef4c99217325149fc0c6faef2ba965bb0dd3.zip |
Merge pull request #638 from yocasquito/bgp_docs
Command for setting bgp maximum-paths updated, since it was wrong
-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 d6baa0b9..b4a61b9a 100644 --- a/docs/configuration/protocols/bgp.rst +++ b/docs/configuration/protocols/bgp.rst @@ -554,7 +554,8 @@ Common parameters This command specifies the router-ID. If router ID is not specified it will use the highest interface IP address. -.. cfgcmd:: set protocols bgp maximum-paths <ebgp|ibgp> <number> +.. cfgcmd:: set protocols bgp address-family <ipv4-unicast|ipv6-unicast> + maximum-paths <ebgp|ibgp> <number> This command defines the maximum number of parallel routes that the BGP can support. In order for BGP to use the second path, the |