summaryrefslogtreecommitdiff
path: root/tests/topotests/bgp_gr_notification/r1/bgpd.conf
blob: bca5c33bc3631f1270efb1efd422d99273f94cb9 (plain)
1
2
3
4
5
6
7
8
9
router bgp 65001
 no bgp ebgp-requires-policy
 bgp graceful-restart
 neighbor 192.168.255.2 remote-as external
 neighbor 192.168.255.2 timers 1 3
 address-family ipv4
  redistribute connected
 exit-address-family
!