mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-11 07:01:29 +00:00

Add a test to the pim-basic to ensure that the prefix-list works as expected. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
13 lines
178 B
Plaintext
13 lines
178 B
Plaintext
hostname rp
|
|
!
|
|
interface rp-eth0
|
|
ip pim
|
|
!
|
|
interface lo
|
|
ip pim
|
|
!
|
|
ip pim rp 10.254.0.3
|
|
ip pim register-accept-list ACCEPT
|
|
|
|
ip prefix-list ACCEPT seq 5 permit 10.0.20.0/24 le 32
|