d6cf075ca5
* Test for quagga livelock fix * Create /usr/local/etc for the test * Add more debug info * Install specific version of exabgp * Update sonic-quagga
15 lines
368 B
Plaintext
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
|