mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-03 19:13:19 +00:00

Debugs take up a significant amount of cpu time as well as increased disk space for storage of results. Reduce test over head by removing the debugs, Hopefully this helps alleviate some of the overloading that we are seeing in our CI systems. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
36 lines
477 B
Plaintext
36 lines
477 B
Plaintext
hostname r1
|
|
log file ldpd.log
|
|
!
|
|
! debug mpls ldp zebra
|
|
! debug mpls ldp event
|
|
! debug mpls ldp errors
|
|
! debug mpls ldp sync
|
|
!
|
|
mpls ldp
|
|
router-id 1.1.1.1
|
|
!
|
|
address-family ipv4
|
|
discovery transport-address 1.1.1.1
|
|
label local allocate host-routes
|
|
!
|
|
ttl-security disable
|
|
!
|
|
interface r1-eth1
|
|
!
|
|
interface r1-eth2
|
|
!
|
|
!
|
|
!
|
|
l2vpn CUST_A type vpls
|
|
member interface r1-eth0
|
|
!
|
|
member pseudowire r1-mpw0
|
|
neighbor lsr-id 2.2.2.2
|
|
pw-id 100
|
|
!
|
|
!
|
|
line vty
|
|
!
|
|
agentx
|
|
!
|