1
0
Fork 0
frr/tests/topotests/bgp_flowspec/r1/bgpd.conf
Daniel Baumann c7cf0ceeae
Merging upstream version 10.3.
Signed-off-by: Daniel Baumann <daniel@debian.org>
2025-03-12 10:26:19 +01:00

20 lines
456 B
Text

!
hostname r1
password zebra
log stdout debugging
router bgp 100
bgp router-id 10.0.1.1
neighbor 10.0.1.101 remote-as 100
neighbor 10.0.1.101 timers 3 10
neighbor 10.0.1.101 timers connect 1
neighbor 10.0.1.101 update-source 10.0.1.1
address-family ipv6 flowspec
local-install r1-eth0
neighbor 10.0.1.101 activate
exit-address-family
address-family ipv4 flowspec
local-install r1-eth0
neighbor 10.0.1.101 activate
exit-address-family
!
!