diff options
author | Igor Ryzhov <iryzhov@nfware.com> | 2022-01-23 14:08:46 +0100 |
---|---|---|
committer | Igor Ryzhov <iryzhov@nfware.com> | 2022-01-24 20:18:46 +0100 |
commit | 870791a3b57996c5fe0352adcc081d23778bfff0 (patch) | |
tree | e193c88a051e2abe6a29dd62a7754049f9a69d68 /doc/user/bgp.rst | |
parent | Merge pull request #10374 from opensourcerouting/bgp-reset-counters (diff) | |
download | frr-870791a3b57996c5fe0352adcc081d23778bfff0.tar.xz frr-870791a3b57996c5fe0352adcc081d23778bfff0.zip |
*: do not send opaque data to zebra by default
Opaque data takes up a lot of memory when there are a lot of routes on
the box. Given that this is just a cosmetic info, I propose to disable
it by default to not shock people who start using FRR for the first time
or upgrades from an old version.
Fixes #10101.
Signed-off-by: Igor Ryzhov <iryzhov@nfware.com>
Diffstat (limited to 'doc/user/bgp.rst')
-rw-r--r-- | doc/user/bgp.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/user/bgp.rst b/doc/user/bgp.rst index 004b1723e..7d7335a23 100644 --- a/doc/user/bgp.rst +++ b/doc/user/bgp.rst @@ -3921,11 +3921,11 @@ configuration write operation. .. clicmd:: bgp send-extra-data zebra -This Command turns off the ability of BGP to send extra data to zebra. -In this case it's the AS-Path being used for the path. The default behavior -in BGP is to send this data and to turn it off enter the no form of the command. -If extra data was sent to zebra, and this command is turned on there is no -effort to clean up this data in the rib. +This command turns on the ability of BGP to send extra data to zebra. Currently, +it's the AS-Path, communities, and the path selection reason. The default +behavior in BGP is not to send this data. If the routes were sent to zebra and +the option is changed, bgpd doesn't reinstall the routes to comply with the new +setting. .. _bgp-suppress-fib: |