diff options
| author | Donatas Abraitis <donatas.abraitis@gmail.com> | 2022-01-06 11:24:48 +0200 | 
|---|---|---|
| committer | Donatas Abraitis <donatas.abraitis@gmail.com> | 2022-01-06 11:24:48 +0200 | 
| commit | dcbebfd3ff0e0c7ac867847eb3f2daa6dd644f0c (patch) | |
| tree | 39641304f8361aa2da48fd42c3718ae01f5c8a2f /tests/topotests/bgp_llgr | |
| parent | d76a3c516536d79f6b8d078639b98861b3c7e7fc (diff) | |
bgpd: Graceful Restart restart-time can be 0
Using with LLGR, this should be allowed setting GR restart-time timer to 0,
to immediately start LLGR timers.
Signed-off-by: Donatas Abraitis <donatas.abraitis@gmail.com>
Diffstat (limited to 'tests/topotests/bgp_llgr')
| -rw-r--r-- | tests/topotests/bgp_llgr/r0/bgpd.conf | 2 | ||||
| -rw-r--r-- | tests/topotests/bgp_llgr/r1/bgpd.conf | 2 | 
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/topotests/bgp_llgr/r0/bgpd.conf b/tests/topotests/bgp_llgr/r0/bgpd.conf index 8ca5f5575b..d93ee193bc 100644 --- a/tests/topotests/bgp_llgr/r0/bgpd.conf +++ b/tests/topotests/bgp_llgr/r0/bgpd.conf @@ -1,7 +1,7 @@  router bgp 65000   no bgp ebgp-requires-policy   bgp graceful-restart - bgp graceful-restart restart-time 1 + bgp graceful-restart restart-time 0   bgp long-lived-graceful-restart stale-time 20   neighbor 192.168.0.2 remote-as external   address-family ipv4 unicast diff --git a/tests/topotests/bgp_llgr/r1/bgpd.conf b/tests/topotests/bgp_llgr/r1/bgpd.conf index 9b19cc62ad..f8c9877730 100644 --- a/tests/topotests/bgp_llgr/r1/bgpd.conf +++ b/tests/topotests/bgp_llgr/r1/bgpd.conf @@ -1,7 +1,7 @@  router bgp 65001   no bgp ebgp-requires-policy   bgp graceful-restart - bgp graceful-restart restart-time 1 + bgp graceful-restart restart-time 0   bgp long-lived-graceful-restart stale-time 20   neighbor 192.168.1.2 remote-as external   address-family ipv4 unicast  | 
