mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 05:25:56 +00:00 
			
		
		
		
	 11190f169a
			
		
	
	
		11190f169a
		
	
	
	
	
		
			
			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>
		
			
				
	
	
		
			19 lines
		
	
	
		
			195 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			195 B
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| hostname r1
 | |
| !
 | |
| interface r1-eth0
 | |
|   ip igmp
 | |
|   ip pim
 | |
| !
 | |
| interface r1-eth1
 | |
|   ip pim
 | |
| !
 | |
| interface r1-eth2
 | |
|   ip igmp
 | |
|   ip pim
 | |
| !
 | |
| interface lo
 | |
|   ip pim
 | |
| !
 | |
| ip pim rp 10.254.0.3
 | |
| ip pim join-prune-interval 5
 |