]> git.puffer.fish Git - mirror/frr.git/commitdiff
tests: Use a correct syntax for defining keepalive/hold timers 14148/head
authorDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 4 Aug 2023 16:22:20 +0000 (19:22 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Fri, 4 Aug 2023 16:31:05 +0000 (19:31 +0300)
BGP: [SHWNK-NWT5S][EC 100663304] No such command on config line 2:  timers 3 10

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_addpath_best_selected/r5/bgpd.conf
tests/topotests/bgp_addpath_best_selected/r6/bgpd.conf
tests/topotests/bgp_evpn_vxlan_macvrf_soo_topo1/PE1/bgpd.conf
tests/topotests/bgp_evpn_vxlan_svd_topo1/PE1/bgpd.conf
tests/topotests/bgp_evpn_vxlan_topo1/PE1/bgpd.conf

index 0396cc07b4864921304b14a5389e438e59638543..f36e2bddd7af79236fc0c2801a16926b8b78244a 100644 (file)
@@ -1,5 +1,5 @@
 router bgp 65005
- timers 3 10
+ timers bgp 3 10
  no bgp ebgp-requires-policy
  neighbor 192.168.2.2 remote-as external
  neighbor 192.168.2.2 timers connect 5
index d9e77b66d6679d1cf9505affb802ddd891ace46f..0d83ef868a07959fbe817b07e975344de92d3a1a 100644 (file)
@@ -1,5 +1,5 @@
 router bgp 65006
- timers 3 10
+ timers bgp 3 10
  no bgp ebgp-requires-policy
  neighbor 192.168.2.2 remote-as external
  neighbor 192.168.2.2 timers connect 5
index f839443025c8506a97070701494ad96d25353989..e4d20b9a50a83436a7e697330cf100f9ed6a8ca1 100644 (file)
@@ -1,5 +1,5 @@
 router bgp 65000
- timers 3 9
+ timers bgp 3 9
  bgp router-id 10.10.10.10
  no bgp default ipv4-unicast
  neighbor 10.30.30.30 remote-as 65000
index 39ac8ca69c187c9e7c35c8ad302e6507742ef3c2..9fb2bd6835c7d344d9663b16447afc2d8864ecff 100644 (file)
@@ -1,5 +1,5 @@
 router bgp 65000
- timers 3 9
+ timers bgp 3 9
  bgp router-id 10.10.10.10
  no bgp default ipv4-unicast
  neighbor 10.30.30.30 remote-as 65000
index 991a1e7e56ed00e3aa52434b4eab4a6670c011c7..dbbfc82db9837aeb0e1b7956953bd932763a480a 100644 (file)
@@ -1,5 +1,5 @@
 router bgp 65000
- timers 3 9
+ timers bgp 3 9
  bgp router-id 10.10.10.10
  no bgp default ipv4-unicast
  neighbor 10.30.30.30 remote-as 65000