Skip to content

Commit

Permalink
topotests: add unified configuration
Browse files Browse the repository at this point in the history
Replace the various per-daemon config files with a unique frr.conf
configuration file.

Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
  • Loading branch information
pguibert6WIND committed Dec 19, 2024
1 parent 5725689 commit 2193eff
Show file tree
Hide file tree
Showing 6 changed files with 55 additions and 55 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
log stdout

hostname r1
password zebra

! debug zebra vxlan
! debug zebra kernel
! debug zebra dplane
! debug zebra rib
! debug bgp neighbor-events
! debug bgp updates
! debug bgp zebra
log stdout
vrf r1-vrf-101
vni 101
exit-vrf
!
interface r1-eth0
ip address 192.168.100.21/24
!
interface loop101 vrf r1-vrf-101
ip address 192.168.102.21/32
ipv6 address fd00::1/128
!
router bgp 65000
bgp router-id 192.168.100.21
bgp log-neighbor-changes
Expand Down Expand Up @@ -40,3 +61,5 @@ exit
route-map rmap_r1 permit 1
match evpn vni 101
exit


23 changes: 0 additions & 23 deletions tests/topotests/bgp_evpn_rt5/r1/zebra.conf

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
log stdout

hostname r2
password zebra

! debug zebra vxlan
! debug bgp neighbor-events
! debug bgp updates
! debug bgp zebra

vrf r2-vrf-101
vni 101
exit-vrf
!
interface loop101 vrf r2-vrf-101
ip address 192.168.101.41/32
ipv6 address fd00::2/128
!
interface r2-eth0
ip address 192.168.100.41/24
!
router bgp 65000
bgp router-id 192.168.100.41
bgp log-neighbor-changes
Expand Down Expand Up @@ -47,3 +65,4 @@ exit
route-map rmap6 deny 2
match ipv6 address acl6_2
exit

19 changes: 0 additions & 19 deletions tests/topotests/bgp_evpn_rt5/r2/zebra.conf

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,17 @@
! debug bgp neighbor-events
! debug bgp updates
! debug bgp zebra
vrf r3-vrf-102
vni 102
exit-vrf
!
interface r3-eth0
ip address 192.168.100.61/24
!
interface loop102 vrf r3-vrf-102
ip address 192.168.102.61/32
ipv6 address fd00:6::1/128
!
router bgp 65500
bgp router-id 192.168.100.61
bgp log-neighbor-changes
Expand Down Expand Up @@ -29,3 +40,5 @@ router bgp 65000 vrf r3-vrf-102
advertise ipv6 unicast
exit-address-family
!


13 changes: 0 additions & 13 deletions tests/topotests/bgp_evpn_rt5/r3/zebra.conf

This file was deleted.

0 comments on commit 2193eff

Please sign in to comment.