]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_bfd_down_cease_notification/r1/bgpd.conf
Merge pull request #13376 from louis-6wind/fix-flex-algo-mem-leak
[mirror_frr.git] / tests / topotests / bgp_bfd_down_cease_notification / r1 / bgpd.conf
1 router bgp 65001
2 no bgp ebgp-requires-policy
3 neighbor 192.168.255.2 remote-as external
4 neighbor 192.168.255.2 timers 3 10
5 neighbor 192.168.255.2 timers connect 1
6 neighbor 192.168.255.2 bfd
7 neighbor 192.168.255.2 passive
8 address-family ipv4
9 redistribute connected
10 exit-address-family
11 !