Skip to content

Commit

Permalink
tests: Check if enforce-first-as is working with peer-groups
Browse files Browse the repository at this point in the history
Signed-off-by: Donatas Abraitis <[email protected]>
(cherry picked from commit 9047ce6)

# Conflicts:
#	tests/topotests/bgp_route_server_client/r1/bgpd.conf
  • Loading branch information
ton31337 authored and mergify[bot] committed Dec 22, 2024
1 parent e04056e commit a438448
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tests/topotests/bgp_route_server_client/r1/bgpd.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a438448

Please sign in to comment.