sonic-buildimage/platform/vs/tests/bgp/files/gr_livelock/bgpd.conf
pavel-shirshov f62d2b0df2 [vstest]: Test for quagga livelock fix (#2751)
* Test for quagga livelock fix

* Create /usr/local/etc for the test

* Add more debug info

* Install specific version of exabgp

* Update sonic-quagga
2019-04-16 15:34:38 +00:00

15 lines
368 B
Plaintext

router bgp 65501
bgp router-id 1.1.1.1
bgp graceful-restart restart-time 180
bgp graceful-restart
neighbor 10.0.0.1 remote-as 65502
address-family ipv4
neighbor 10.0.0.1 activate
maximum-paths 64
exit-address-family
neighbor 10.0.0.3 remote-as 65503
address-family ipv4
neighbor 10.0.0.3 activate
maximum-paths 64
exit-address-family