mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-05 02:46:37 +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>
16 lines
168 B
Plaintext
16 lines
168 B
Plaintext
log file ripd.log
|
|
!
|
|
debug rip events
|
|
debug rip zebra
|
|
!
|
|
router rip
|
|
version 2
|
|
network 192.168.1.0/26
|
|
!
|
|
line vty
|
|
!
|
|
|
|
route-map LIES deny 10
|
|
match interface notpresent
|
|
!
|