mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge pull request #18572 from opensourcerouting/fix/syntax_error_bgp_gr_notification
tests: Fix typo when configuring delayopen timer
This commit is contained in:
commit
bee5b36bbb
|
@ -195,14 +195,14 @@ def test_bgp_administrative_reset_gr():
|
|||
step("Reset and delay the session establishement for R1")
|
||||
r1.vtysh_cmd(
|
||||
"""
|
||||
configure terminal"
|
||||
configure terminal
|
||||
router bgp
|
||||
neighbor 192.168.255.2 timers delayopen 60
|
||||
"""
|
||||
)
|
||||
r2.vtysh_cmd(
|
||||
"""
|
||||
configure terminal"
|
||||
configure terminal
|
||||
router bgp
|
||||
neighbor 192.168.255.1 timers delayopen 60
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue