diff options
author | Lou Berger <lberger@labn.net> | 2019-01-07 21:00:34 +0100 |
---|---|---|
committer | Lou Berger <lberger@labn.net> | 2019-01-07 21:00:34 +0100 |
commit | ef9aee1457a54fd97d7223ad0564f5cff5eb7b2f (patch) | |
tree | 1ef301f73fb0ae2f9053c8aeedb9ef35be66ce24 /tests/topotests | |
parent | bgpd: don't use BGP_ATTR_VNC(255) unless ENABLE_BGP_VNC_ATTR is defined (diff) | |
download | frr-ef9aee1457a54fd97d7223ad0564f5cff5eb7b2f.tar.xz frr-ef9aee1457a54fd97d7223ad0564f5cff5eb7b2f.zip |
bgp_rfapi_basic_sanity: delayed timeouts not supported without VNC attr
Signed-off-by: Lou Berger <lberger@labn.net>
Diffstat (limited to 'tests/topotests')
-rw-r--r-- | tests/topotests/bgp_rfapi_basic_sanity/r1/bgpd.conf | 2 | ||||
-rw-r--r-- | tests/topotests/bgp_rfapi_basic_sanity/r3/bgpd.conf | 2 | ||||
-rw-r--r-- | tests/topotests/bgp_rfapi_basic_sanity/r4/bgpd.conf | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/tests/topotests/bgp_rfapi_basic_sanity/r1/bgpd.conf b/tests/topotests/bgp_rfapi_basic_sanity/r1/bgpd.conf index fc301e13d..05eac758f 100644 --- a/tests/topotests/bgp_rfapi_basic_sanity/r1/bgpd.conf +++ b/tests/topotests/bgp_rfapi_basic_sanity/r1/bgpd.conf @@ -20,7 +20,7 @@ router bgp 5226 neighbor 2.2.2.2 activate exit-address-family ! - rfp holddown-factor 100 + rfp holddown-factor 0 ! vnc defaults rd auto:vn:123 diff --git a/tests/topotests/bgp_rfapi_basic_sanity/r3/bgpd.conf b/tests/topotests/bgp_rfapi_basic_sanity/r3/bgpd.conf index 0066f65a4..67b26e3a5 100644 --- a/tests/topotests/bgp_rfapi_basic_sanity/r3/bgpd.conf +++ b/tests/topotests/bgp_rfapi_basic_sanity/r3/bgpd.conf @@ -18,7 +18,7 @@ router bgp 5226 neighbor 2.2.2.2 activate exit-address-family ! - rfp holddown-factor 100 + rfp holddown-factor 0 ! vnc defaults rd auto:vn:123 diff --git a/tests/topotests/bgp_rfapi_basic_sanity/r4/bgpd.conf b/tests/topotests/bgp_rfapi_basic_sanity/r4/bgpd.conf index 67c06506b..2ba5c74e5 100644 --- a/tests/topotests/bgp_rfapi_basic_sanity/r4/bgpd.conf +++ b/tests/topotests/bgp_rfapi_basic_sanity/r4/bgpd.conf @@ -19,7 +19,7 @@ router bgp 5226 neighbor 2.2.2.2 activate exit-address-family ! - rfp holddown-factor 100 + rfp holddown-factor 0 ! vnc defaults rd auto:vn:123 |