mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 10:49:24 +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
|
hostname ce1
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
no bgp network import-check
|
no bgp network import-check
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname ce2
|
hostname ce2
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
no bgp network import-check
|
no bgp network import-check
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname ce3
|
hostname ce3
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
no bgp network import-check
|
no bgp network import-check
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r1
|
hostname r1
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 1.1.1.1
|
bgp router-id 1.1.1.1
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r2
|
hostname r2
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 2.2.2.2
|
bgp router-id 2.2.2.2
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r3
|
hostname r3
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 3.3.3.3
|
bgp router-id 3.3.3.3
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r4
|
hostname r4
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 4.4.4.4
|
bgp router-id 4.4.4.4
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname ce1
|
hostname ce1
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
log file bgpd.log
|
log file bgpd.log
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname ce2
|
hostname ce2
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
log file bgpd.log
|
log file bgpd.log
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname ce3
|
hostname ce3
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
log file bgpd.log
|
log file bgpd.log
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname ce4
|
hostname ce4
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
log file bgpd.log
|
log file bgpd.log
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r1
|
hostname r1
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
|
|
||||||
log file bgpd.log debugging
|
log file bgpd.log debugging
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r2
|
hostname r2
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
log file bgpd.log debugging
|
log file bgpd.log debugging
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r3
|
hostname r3
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
log file bgpd.log
|
log file bgpd.log
|
||||||
|
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r4
|
hostname r4
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
log file bgpd.log debug
|
log file bgpd.log debug
|
||||||
|
|
||||||
|
@ -1,5 +1,4 @@
|
|||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
!
|
!
|
||||||
router bgp 1
|
router bgp 1
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r1
|
hostname r1
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 1.1.1.1
|
bgp router-id 1.1.1.1
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r2
|
hostname r2
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 2.2.2.2
|
bgp router-id 2.2.2.2
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r3
|
hostname r3
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 3.3.3.3
|
bgp router-id 3.3.3.3
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r4
|
hostname r4
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 4.4.4.4
|
bgp router-id 4.4.4.4
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r1
|
hostname r1
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 1.1.1.1
|
bgp router-id 1.1.1.1
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r2
|
hostname r2
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 2.2.2.2
|
bgp router-id 2.2.2.2
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r3
|
hostname r3
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 3.3.3.3
|
bgp router-id 3.3.3.3
|
||||||
|
@ -3,7 +3,6 @@ frr defaults traditional
|
|||||||
hostname r4
|
hostname r4
|
||||||
password zebra
|
password zebra
|
||||||
log stdout notifications
|
log stdout notifications
|
||||||
log monitor notifications
|
|
||||||
log commands
|
log commands
|
||||||
router bgp 5226
|
router bgp 5226
|
||||||
bgp router-id 4.4.4.4
|
bgp router-id 4.4.4.4
|
||||||
|
Loading…
Reference in New Issue
Block a user