sonic-buildimage/platform/vs/tests/bgp/files/gr_livelock/exabgp2.conf
pavel-shirshov d6cf075ca5 [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-09 09:03:25 -07:00

12 lines
179 B
Plaintext

neighbor 10.0.0.2 {
router-id 1.1.1.3;
local-address 10.0.0.3;
local-as 65503;
peer-as 65501;
group-updates false;
family {
ipv4 unicast;
}
}