mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-13 19:39:28 +00:00
tests: Add zebra configuration for dst
Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
parent
e82f79ff75
commit
613fd9a631
22
tests/topotests/srv6_sid_manager/dst/zebra.conf
Normal file
22
tests/topotests/srv6_sid_manager/dst/zebra.conf
Normal file
@ -0,0 +1,22 @@
|
||||
log file zebra.log
|
||||
!
|
||||
hostname dst
|
||||
!
|
||||
! debug zebra kernel
|
||||
! debug zebra packet
|
||||
! debug zebra mpls
|
||||
!
|
||||
interface lo
|
||||
ip address 9.9.9.2/32
|
||||
ipv6 address fc00:0:9::1/128
|
||||
!
|
||||
interface eth-rt6
|
||||
ip address 10.0.10.2/24
|
||||
ipv6 address 2001:db8:10::2/64
|
||||
!
|
||||
ip forwarding
|
||||
!
|
||||
ip route 2001:db8:1::1 2001:db8:10::1
|
||||
!
|
||||
line vty
|
||||
!
|
Loading…
Reference in New Issue
Block a user