]> git.proxmox.com Git - mirror_frr.git/blame - tests/topotests/bgp_route_server_client/r1/bgpd.conf
tests: Add aggressive timers to the new route server client test
[mirror_frr.git] / tests / topotests / bgp_route_server_client / r1 / bgpd.conf
CommitLineData
0d92307e
DA
1!
2router bgp 65001
3 bgp router-id 10.10.10.1
4 no bgp ebgp-requires-policy
5 neighbor 2001:db8:1::1 remote-as external
bdd3a3cc 6 neighbor 2001:db8:1::1 timers 3 10
0d92307e
DA
7 address-family ipv6 unicast
8 redistribute connected
9 neighbor 2001:db8:1::1 activate
10 exit-address-family
11!