mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-11-04 11:45:06 +00:00 
			
		
		
		
	Forwarding multicast is a pre-requisite for allowing multicast based routing protocols such as OSPF to work with DMVPN This code relies on externally adding iptables rule. For example: iptables -A OUTPUT -d 224.0.0.0/24 -o gre1 -j NFLOG --nflog-group 224 Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
		
			
				
	
	
		
			8 lines
		
	
	
		
			318 B
		
	
	
	
		
			C
		
	
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			318 B
		
	
	
	
		
			C
		
	
	
	
	
	
 | 
						|
int os_socket(void);
 | 
						|
int os_sendmsg(const uint8_t *buf, size_t len, int ifindex, const uint8_t *addr,
 | 
						|
	       size_t addrlen, uint16_t protocol);
 | 
						|
int os_recvmsg(uint8_t *buf, size_t *len, int *ifindex, uint8_t *addr,
 | 
						|
	       size_t *addrlen);
 | 
						|
int os_configure_dmvpn(unsigned int ifindex, const char *ifname, int af);
 |