mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 17:44:38 +00:00

Add a test to route-amps to ensure that it accepts an unknown interface name. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
20 lines
292 B
Plaintext
20 lines
292 B
Plaintext
log file ospf6d.log
|
|
!
|
|
debug ospf6 lsa unknown
|
|
debug ospf6 zebra
|
|
debug ospf6 interface
|
|
debug ospf6 neighbor
|
|
!
|
|
interface r1-eth4
|
|
!
|
|
router ospf6
|
|
ospf6 router-id 192.168.0.1
|
|
log-adjacency-changes
|
|
interface r1-eth4 area 0.0.0.0
|
|
!
|
|
line vty
|
|
!
|
|
route-map LIES deny 10
|
|
match interface notpresent
|
|
!
|