diff options
author | Donald Sharp <donaldsharp72@gmail.com> | 2021-11-08 13:35:38 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-08 13:35:38 +0100 |
commit | bd1d06530bb45edd74ddf2e9f0bf913e3d3e2805 (patch) | |
tree | 427310942af00045d27333066461724a7b10298e | |
parent | Merge pull request #9871 from opensourcerouting/vector-remove-vty (diff) | |
parent | tests: fix bgp_community_change_update (diff) | |
download | frr-bd1d06530bb45edd74ddf2e9f0bf913e3d3e2805.tar.xz frr-bd1d06530bb45edd74ddf2e9f0bf913e3d3e2805.zip |
Merge pull request #10001 from idryzhov/fix-bgp-ci
tests: fix bgp_community_change_update
-rw-r--r-- | tests/topotests/bgp_community_change_update/c1/bgpd.conf | 2 | ||||
-rw-r--r-- | tests/topotests/bgp_community_change_update/x1/bgpd.conf | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/topotests/bgp_community_change_update/c1/bgpd.conf b/tests/topotests/bgp_community_change_update/c1/bgpd.conf index 71b03ceed..24cf9dffb 100644 --- a/tests/topotests/bgp_community_change_update/c1/bgpd.conf +++ b/tests/topotests/bgp_community_change_update/c1/bgpd.conf @@ -1,5 +1,5 @@ ! -! debug bgp updates +debug bgp updates ! router bgp 65001 no bgp ebgp-requires-policy diff --git a/tests/topotests/bgp_community_change_update/x1/bgpd.conf b/tests/topotests/bgp_community_change_update/x1/bgpd.conf index c46010f25..8d7bcb948 100644 --- a/tests/topotests/bgp_community_change_update/x1/bgpd.conf +++ b/tests/topotests/bgp_community_change_update/x1/bgpd.conf @@ -1,5 +1,5 @@ ! -! debug bgp updates +debug bgp updates ! router bgp 65002 no bgp ebgp-requires-policy |