mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 23:42:27 +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>
15 lines
166 B
Plaintext
15 lines
166 B
Plaintext
log file ripngd.log
|
|
!
|
|
debug ripng events
|
|
debug ripng zebra
|
|
!
|
|
router ripng
|
|
network fc00:0:0:2::/64
|
|
!
|
|
line vty
|
|
!
|
|
|
|
route-map LIES deny 10
|
|
match interface notpresent
|
|
!
|