From: Louis Scalbert Date: Mon, 25 Oct 2021 11:24:09 +0000 (+0200) Subject: topotests: bgp no neighbor X.X.X.X maximum-prefix-out Y X-Git-Tag: base_8.2~10^2~2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=c7ec45886205801c12adfe768011f6ee816af994;p=mirror%2Ffrr.git topotests: bgp no neighbor X.X.X.X maximum-prefix-out Y Test the ability to use the following configure command with a Y value: no neighbor X.X.X.X maximum-prefix-out Y Signed-off-by: Louis Scalbert --- diff --git a/tests/topotests/bgp_maximum_prefix_out/test_bgp_maximum_prefix_out.py b/tests/topotests/bgp_maximum_prefix_out/test_bgp_maximum_prefix_out.py index bd21d9cf92..78ae2438dd 100644 --- a/tests/topotests/bgp_maximum_prefix_out/test_bgp_maximum_prefix_out.py +++ b/tests/topotests/bgp_maximum_prefix_out/test_bgp_maximum_prefix_out.py @@ -118,7 +118,7 @@ def test_bgp_maximum_prefix_out(): ("router bgp\n int lo\n ip address 172.16.255.248/32", 1), # removing the max-prefix-out value ( - "router bgp\n address-family ipv4\n no neighbor 192.168.255.1 maximum-prefix-out", + "router bgp\n address-family ipv4\n no neighbor 192.168.255.1 maximum-prefix-out 1", 8, ), ]