tests: Use a single frr.conf for bgp_gr_restart_retain_routes

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
Donatas Abraitis 2024-04-27 23:00:36 +03:00
parent 1a9c3a710d
commit 1c1de46878
4 changed files with 14 additions and 12 deletions

View File

@ -1,3 +1,10 @@
!
interface lo
ip address 172.16.255.1/32
!
interface r1-eth0
ip address 192.168.255.1/24
!
router bgp 65001
no bgp ebgp-requires-policy
bgp graceful-restart

View File

@ -1,7 +0,0 @@
!
interface lo
ip address 172.16.255.1/32
!
interface r1-eth0
ip address 192.168.255.1/24
!

View File

@ -1,3 +1,10 @@
no zebra nexthop kernel enable
debug bgp graceful-restart
debug bgp neighbor
!
interface r2-eth0
ip address 192.168.255.2/24
!
router bgp 65002
no bgp ebgp-requires-policy
bgp graceful-restart

View File

@ -1,5 +0,0 @@
no zebra nexthop kernel enable
!
interface r2-eth0
ip address 192.168.255.2/24
!