frr/tests/topotests/bgp_blackhole_community/r4/bgpd.conf
Daniel Baumann 3124f89aed
Adding upstream version 10.1.1.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-02-05 10:03:58 +01:00

13 lines
277 B
Text

!
router bgp 65002
timers bgp 3 9
no bgp ebgp-requires-policy
neighbor r4-eth0 interface remote-as internal
!
address-family ipv4 unicast
neighbor r4-eth0 route-map FOO in
exit-address-family
!
route-map FOO permit 10
set ipv6 next-hop local fe80::202:ff:fe00:99
exit