diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2020-09-19 14:32:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-09-19 14:32:02 +0200 |
commit | 1f79037b72f0ec93153f9505a11bce9812429993 (patch) | |
tree | 78740adab0bcabe30ea868424ff3b4550ddccf42 /doc | |
parent | Merge pull request #7133 from Niral-Networks/niral_fix_ospf_timer (diff) | |
parent | doc: Say that maximum-prefix-out requires it's own update-group (diff) | |
download | frr-1f79037b72f0ec93153f9505a11bce9812429993.tar.xz frr-1f79037b72f0ec93153f9505a11bce9812429993.zip |
Merge pull request #7036 from ton31337/fix/do_not_allow_setting_maximum-prefix-out_global
bgpd: maximum-prefix-out command fixes
Diffstat (limited to 'doc')
-rw-r--r-- | doc/user/bgp.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 998391158..764428cb0 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -1399,6 +1399,9 @@ Configuring Peers Sets a maximum number of prefixes we can send to a given peer. + Since sent prefix count is managed by update-groups, this option + creates a separate update-group for outgoing updates. + .. index:: [no] neighbor PEER local-as AS-NUMBER [no-prepend] [replace-as] .. clicmd:: [no] neighbor PEER local-as AS-NUMBER [no-prepend] [replace-as] |