mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00

Tests should have low enough overhead that sending the join/prune every 5 seconds should be sufficient also it should allow us to converge faster in case of dropped packets. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
14 lines
207 B
Plaintext
14 lines
207 B
Plaintext
hostname rp
|
|
!
|
|
interface rp-eth0
|
|
ip pim
|
|
!
|
|
interface lo
|
|
ip pim
|
|
!
|
|
ip pim join-prune-interval 5
|
|
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
|