diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2022-01-23 16:08:46 +0300 | 
|---|---|---|
| committer | Igor Ryzhov <iryzhov@nfware.com> | 2022-01-24 22:18:46 +0300 | 
| commit | 870791a3b57996c5fe0352adcc081d23778bfff0 (patch) | |
| tree | e193c88a051e2abe6a29dd62a7754049f9a69d68 /tests/topotests/bgp_community_alias | |
| parent | 5b05ce9ff58635f081b8315f07450d5b277d8865 (diff) | |
*: 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 'tests/topotests/bgp_community_alias')
| -rw-r--r-- | tests/topotests/bgp_community_alias/r1/bgpd.conf | 2 | ||||
| -rw-r--r-- | tests/topotests/bgp_community_alias/r2/bgpd.conf | 3 | 
2 files changed, 5 insertions, 0 deletions
diff --git a/tests/topotests/bgp_community_alias/r1/bgpd.conf b/tests/topotests/bgp_community_alias/r1/bgpd.conf index 13b57ad243..844ab28558 100644 --- a/tests/topotests/bgp_community_alias/r1/bgpd.conf +++ b/tests/topotests/bgp_community_alias/r1/bgpd.conf @@ -1,4 +1,6 @@  ! +bgp send-extra-data zebra +!  bgp community alias 65001:1 community-r2-1  bgp community alias 65002:2 community-r2-2  bgp community alias 65001:1:1 large-community-r2-1 diff --git a/tests/topotests/bgp_community_alias/r2/bgpd.conf b/tests/topotests/bgp_community_alias/r2/bgpd.conf index 9276fe592d..7806077023 100644 --- a/tests/topotests/bgp_community_alias/r2/bgpd.conf +++ b/tests/topotests/bgp_community_alias/r2/bgpd.conf @@ -1,3 +1,6 @@ +! +bgp send-extra-data zebra +!  router bgp 65002   no bgp ebgp-requires-policy   neighbor 192.168.1.1 remote-as external  | 
