]> git.proxmox.com Git - mirror_frr.git/blob - tests/topotests/bgp_dont_capability_negotiate/r1/bgpd.conf
Merge pull request #12708 from donaldsharp/no_notification
[mirror_frr.git] / tests / topotests / bgp_dont_capability_negotiate / r1 / bgpd.conf
1 !
2 debug bgp neighbor
3 !
4 router bgp 65001
5 no bgp ebgp-requires-policy
6 bgp default show-hostname
7 bgp default show-nexthop-hostname
8 neighbor 192.168.1.2 remote-as external
9 neighbor 192.168.1.2 timers 1 3
10 neighbor 192.168.1.2 timers connect 1
11 neighbor 192.168.1.2 dont-capability-negotiate
12 !