From a438448d82b974db250e0b46f3afe231d365a866 Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Sat, 21 Dec 2024 17:08:01 +0200 Subject: [PATCH] tests: Check if enforce-first-as is working with peer-groups Signed-off-by: Donatas Abraitis (cherry picked from commit 9047ce6d9c70256158450a2d03f263fca50a74ae) # Conflicts: # tests/topotests/bgp_route_server_client/r1/bgpd.conf --- tests/topotests/bgp_route_server_client/r1/bgpd.conf | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/tests/topotests/bgp_route_server_client/r1/bgpd.conf b/tests/topotests/bgp_route_server_client/r1/bgpd.conf index e464e6c50b88..59d9716f4247 100644 --- a/tests/topotests/bgp_route_server_client/r1/bgpd.conf +++ b/tests/topotests/bgp_route_server_client/r1/bgpd.conf @@ -2,10 +2,19 @@ router bgp 65001 bgp router-id 10.10.10.1 no bgp ebgp-requires-policy +<<<<<<< HEAD no bgp enforce-first-as neighbor 2001:db8:1::1 remote-as external neighbor 2001:db8:1::1 timers 3 10 neighbor 2001:db8:1::1 timers connect 5 +======= + neighbor pg peer-group + neighbor pg remote-as external + neighbor pg timers 1 3 + neighbor pg timers connect 1 + no neighbor pg enforce-first-as + neighbor 2001:db8:1::1 peer-group pg +>>>>>>> 9047ce6d9 (tests: Check if enforce-first-as is working with peer-groups) address-family ipv6 unicast redistribute connected neighbor 2001:db8:1::1 activate