]> git.proxmox.com Git - mirror_frr.git/commit
*: do not send opaque data to zebra by default
authorIgor Ryzhov <iryzhov@nfware.com>
Sun, 23 Jan 2022 13:08:46 +0000 (16:08 +0300)
committerIgor Ryzhov <iryzhov@nfware.com>
Mon, 24 Jan 2022 19:18:46 +0000 (22:18 +0300)
commit870791a3b57996c5fe0352adcc081d23778bfff0
treee193c88a051e2abe6a29dd62a7754049f9a69d68
parent5b05ce9ff58635f081b8315f07450d5b277d8865
*: 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>
18 files changed:
bgpd/bgp_vty.c
bgpd/bgpd.c
doc/user/bgp.rst
ospf6d/ospf6_top.c
ospfd/ospf_vty.c
ospfd/ospfd.c
tests/topotests/bgp_community_alias/r1/bgpd.conf
tests/topotests/bgp_community_alias/r2/bgpd.conf
tests/topotests/bgp_route_map_match_ipv6_nexthop/r1/bgpd.conf
tests/topotests/bgp_route_map_match_ipv6_nexthop/r2/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r1/bgpd.conf
tests/topotests/bgp_srv6l3vpn_to_bgp_vrf/r2/bgpd.conf
tests/topotests/zebra_opaque/r1/bgpd.conf
tests/topotests/zebra_opaque/r2/bgpd.conf
tests/topotests/zebra_opaque/r3/ospf6d.conf
tests/topotests/zebra_opaque/r3/ospfd.conf
tests/topotests/zebra_opaque/r4/ospf6d.conf
tests/topotests/zebra_opaque/r4/ospfd.conf