mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 01:42:48 +00:00
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:
parent
1a9c3a710d
commit
1c1de46878
@ -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
|
@ -1,7 +0,0 @@
|
||||
!
|
||||
interface lo
|
||||
ip address 172.16.255.1/32
|
||||
!
|
||||
interface r1-eth0
|
||||
ip address 192.168.255.1/24
|
||||
!
|
@ -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
|
@ -1,5 +0,0 @@
|
||||
no zebra nexthop kernel enable
|
||||
!
|
||||
interface r2-eth0
|
||||
ip address 192.168.255.2/24
|
||||
!
|
Loading…
Reference in New Issue
Block a user