Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions tests/topotests/zebra_nhg_fib/r1/frr.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
hostname r1
log file /tmp/r1-zebra.log debug
!
interface r1-eth0
ip address 10.0.0.1/24
!
ip route 192.168.1.0/24 Null0
!
router bgp 65001
bgp router-id 10.255.255.1
no bgp ebgp-requires-policy
neighbor 10.0.0.2 remote-as 65002
address-family ipv4 unicast
network 192.168.1.0/24
!
!
line vty
!
end
14 changes: 14 additions & 0 deletions tests/topotests/zebra_nhg_fib/r2/frr.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
hostname r2
log file /tmp/r2-zebra.log debug
!
interface r2-eth0
ip address 10.0.0.2/24
!
router bgp 65002
bgp router-id 10.255.255.2
no bgp ebgp-requires-policy
neighbor 10.0.0.1 remote-as 65001
!
line vty
!
end
Loading
Loading