mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 15:10:38 +00:00
tests: Remove 'log monitor' from tests
The `log monitor' command is a no-op and actually outputs a `this doesn't do anything` warning. Let's remove this cli line from our tests as that don't do anything and people will look at these configs for guidance. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
6c4b304f33
commit
c19e12b74f
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname ce1
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
no bgp network import-check
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname ce2
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
no bgp network import-check
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname ce3
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
no bgp network import-check
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r1
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 1.1.1.1
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r2
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 2.2.2.2
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r3
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 3.3.3.3
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r4
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 4.4.4.4
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname ce1
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file bgpd.log
|
||||
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname ce2
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file bgpd.log
|
||||
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname ce3
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file bgpd.log
|
||||
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname ce4
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file bgpd.log
|
||||
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r1
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
|
||||
log file bgpd.log debugging
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r2
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file bgpd.log debugging
|
||||
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r3
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file bgpd.log
|
||||
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r4
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
log file bgpd.log debug
|
||||
|
||||
|
@ -1,5 +1,4 @@
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
!
|
||||
router bgp 1
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r1
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 1.1.1.1
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r2
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 2.2.2.2
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r3
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 3.3.3.3
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r4
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 4.4.4.4
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r1
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 1.1.1.1
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r2
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 2.2.2.2
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r3
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 3.3.3.3
|
||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
||||
hostname r4
|
||||
password zebra
|
||||
log stdout notifications
|
||||
log monitor notifications
|
||||
log commands
|
||||
router bgp 5226
|
||||
bgp router-id 4.4.4.4
|
||||
|
Loading…
Reference in New Issue
Block a user