mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 22:14:49 +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>
19 lines
306 B
Plaintext
19 lines
306 B
Plaintext
! debug pim
|
|
! debug pim zebra
|
|
!
|
|
interface lo
|
|
ip pim
|
|
ip pim use-source 10.254.254.3
|
|
!
|
|
interface r3-eth0
|
|
ip pim
|
|
!
|
|
interface r3-eth1
|
|
ip pim
|
|
!
|
|
ip msdp timers 10 20 3
|
|
ip msdp peer 192.168.1.1 source 192.168.1.2
|
|
ip msdp peer 192.168.3.2 source 192.168.3.1
|
|
ip pim rp 10.254.254.3
|
|
ip pim join-prune-interval 5
|