mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-27 08:32:12 +00:00

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>
10 lines
143 B
Plaintext
10 lines
143 B
Plaintext
!
|
|
interface r3-eth0
|
|
ipv6 ospf6 area 0
|
|
ipv6 ospf6 hello-interval 2
|
|
ipv6 ospf6 dead-interval 10
|
|
!
|
|
router ospf6
|
|
ospf6 send-extra-data zebra
|
|
!
|