mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-09 05:13:07 +00:00
tests: Remove warning about passive command
Several tests have warnings about the passive command and how to use it. Let's address this. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
66434fc2ee
commit
d0a0e7061c
@ -10,6 +10,7 @@ log file ospfd.log
|
|||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-sw1
|
interface eth-sw1
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -27,7 +28,6 @@ router ospf
|
|||||||
mpls-te export
|
mpls-te export
|
||||||
mpls-te router-address 1.1.1.1
|
mpls-te router-address 1.1.1.1
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-sw1
|
interface eth-sw1
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -38,7 +39,6 @@ router ospf
|
|||||||
!mpls-te export
|
!mpls-te export
|
||||||
mpls-te router-address 2.2.2.2
|
mpls-te router-address 2.2.2.2
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt2-1
|
interface eth-rt2-1
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -44,7 +45,6 @@ router ospf
|
|||||||
!mpls-te export
|
!mpls-te export
|
||||||
mpls-te router-address 4.4.4.4
|
mpls-te router-address 4.4.4.4
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt3-1
|
interface eth-rt3-1
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -44,7 +45,6 @@ router ospf
|
|||||||
! mpls-te export
|
! mpls-te export
|
||||||
mpls-te router-address 5.5.5.5
|
mpls-te router-address 5.5.5.5
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
ip ospf area 0.0.0.0
|
ip ospf area 0.0.0.0
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt4
|
interface eth-rt4
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -32,7 +33,6 @@ router ospf
|
|||||||
mpls-te export
|
mpls-te export
|
||||||
mpls-te router-address 6.6.6.6
|
mpls-te router-address 6.6.6.6
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
! debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-sw1
|
interface eth-sw1
|
||||||
ip ospf network broadcast
|
ip ospf network broadcast
|
||||||
@ -23,7 +24,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 1.1.1.1
|
mpls-te router-address 1.1.1.1
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
! debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-sw1
|
interface eth-sw1
|
||||||
ip ospf network broadcast
|
ip ospf network broadcast
|
||||||
@ -33,7 +34,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 2.2.2.2
|
mpls-te router-address 2.2.2.2
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
! debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-sw1
|
interface eth-sw1
|
||||||
ip ospf network broadcast
|
ip ospf network broadcast
|
||||||
@ -33,7 +34,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 3.3.3.3
|
mpls-te router-address 3.3.3.3
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 17000 24999
|
segment-routing global-block 17000 24999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
! debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt2-1
|
interface eth-rt2-1
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -38,7 +39,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 4.4.4.4
|
mpls-te router-address 4.4.4.4
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
! debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt3-1
|
interface eth-rt3-1
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -38,7 +39,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 5.5.5.5
|
mpls-te router-address 5.5.5.5
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -9,6 +9,7 @@ log file ospfd.log
|
|||||||
! debug ospf zebra
|
! debug ospf zebra
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt4
|
interface eth-rt4
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -28,7 +29,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 6.6.6.6
|
mpls-te router-address 6.6.6.6
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
! debug ospf ti-lfa
|
! debug ospf ti-lfa
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt2
|
interface eth-rt2
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -19,7 +20,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 1.1.1.1
|
mpls-te router-address 1.1.1.1
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
! debug ospf ti-lfa
|
! debug ospf ti-lfa
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt1
|
interface eth-rt1
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -19,7 +20,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 1.1.1.2
|
mpls-te router-address 1.1.1.2
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
! debug ospf ti-lfa
|
! debug ospf ti-lfa
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt1
|
interface eth-rt1
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -19,7 +20,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 1.1.1.3
|
mpls-te router-address 1.1.1.3
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
! debug ospf ti-lfa
|
! debug ospf ti-lfa
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt2
|
interface eth-rt2
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -19,7 +20,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 1.1.1.4
|
mpls-te router-address 1.1.1.4
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -2,6 +2,7 @@
|
|||||||
! debug ospf ti-lfa
|
! debug ospf ti-lfa
|
||||||
!
|
!
|
||||||
interface lo
|
interface lo
|
||||||
|
ip ospf passive
|
||||||
!
|
!
|
||||||
interface eth-rt3
|
interface eth-rt3
|
||||||
ip ospf network point-to-point
|
ip ospf network point-to-point
|
||||||
@ -19,7 +20,6 @@ router ospf
|
|||||||
mpls-te on
|
mpls-te on
|
||||||
mpls-te router-address 1.1.1.5
|
mpls-te router-address 1.1.1.5
|
||||||
router-info area 0.0.0.0
|
router-info area 0.0.0.0
|
||||||
passive-interface lo
|
|
||||||
segment-routing on
|
segment-routing on
|
||||||
segment-routing global-block 16000 23999
|
segment-routing global-block 16000 23999
|
||||||
segment-routing node-msd 8
|
segment-routing node-msd 8
|
||||||
|
@ -2,6 +2,9 @@ hostname r1
|
|||||||
!
|
!
|
||||||
! debug ospf event
|
! debug ospf event
|
||||||
!
|
!
|
||||||
|
interface r1-eth0
|
||||||
|
ip ospf passive
|
||||||
|
!
|
||||||
interface r1-eth1
|
interface r1-eth1
|
||||||
ip ospf hello-interval 2
|
ip ospf hello-interval 2
|
||||||
ip ospf dead-interval 10
|
ip ospf dead-interval 10
|
||||||
@ -9,7 +12,6 @@ interface r1-eth1
|
|||||||
!
|
!
|
||||||
router ospf
|
router ospf
|
||||||
ospf router-id 192.168.0.1
|
ospf router-id 192.168.0.1
|
||||||
passive-interface r1-eth0
|
|
||||||
network 192.168.0.1/32 area 0
|
network 192.168.0.1/32 area 0
|
||||||
network 192.168.100.0/24 area 0
|
network 192.168.100.0/24 area 0
|
||||||
network 192.168.101.0/24 area 0
|
network 192.168.101.0/24 area 0
|
||||||
|
Loading…
Reference in New Issue
Block a user