mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-06 08:50:16 +00:00
topotests: Add a bit more useful debugging to ldp-vpls-topo1
When something goes wrong with this test, having these turned on will help us debug zebra processing a bit better in the future without having to modify anything else. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
baae20ccc7
commit
9c463972e7
@ -2,10 +2,12 @@ log file zebra.log
|
||||
!
|
||||
hostname r1
|
||||
!
|
||||
debug zebra rib
|
||||
debug zebra kernel
|
||||
debug zebra rib detailed
|
||||
debug zebra dplane detailed
|
||||
debug zebra nht
|
||||
debug zebra pseudowires
|
||||
debug zebra packet
|
||||
debug zebra mpls
|
||||
!
|
||||
interface lo
|
||||
ip address 1.1.1.1/32
|
||||
|
@ -2,10 +2,11 @@ log file zebra.log
|
||||
!
|
||||
hostname r2
|
||||
!
|
||||
debug zebra rib
|
||||
debug zebra rib detailed
|
||||
debug zebra dplane detailed
|
||||
debug zebra kernel
|
||||
debug zebra nht
|
||||
debug zebra pseudowires
|
||||
debug zebra packet
|
||||
!
|
||||
interface lo
|
||||
ip address 2.2.2.2/32
|
||||
|
@ -2,10 +2,11 @@ log file zebra.log
|
||||
!
|
||||
hostname r3
|
||||
!
|
||||
debug zebra rib
|
||||
debug zebra rib detailed
|
||||
debug zebra dplane detailed
|
||||
debug zebra kernel
|
||||
debug zebra nht
|
||||
debug zebra pseudowires
|
||||
debug zebra packet
|
||||
!
|
||||
interface lo
|
||||
ip address 3.3.3.3/32
|
||||
|
Loading…
Reference in New Issue
Block a user