mirror of
				https://gitlab.labs.nic.cz/labs/bird.git
				synced 2024-05-11 16:54:54 +00:00 
			
		
		
		
	Real broadcast mode for OSPFv2.
This commit is contained in:
		@@ -1825,6 +1825,7 @@ protocol ospf <name> {
 | 
			
		||||
			type [broadcast|bcast|pointopoint|ptp|
 | 
			
		||||
				nonbroadcast|nbma|pointomultipoint|ptmp];
 | 
			
		||||
			strict nonbroadcast <switch>;
 | 
			
		||||
			real broadcast <switch>;
 | 
			
		||||
			check link <switch>;
 | 
			
		||||
			ecmp weight <num>;
 | 
			
		||||
			authentication [none|simple|cryptographic];
 | 
			
		||||
@@ -2058,6 +2059,16 @@ protocol ospf <name> {
 | 
			
		||||
	 If set, don't send hello to any undefined neighbor. This switch
 | 
			
		||||
	 is ignored on other than NBMA or PtMP networks. Default value is no.
 | 
			
		||||
 | 
			
		||||
	<tag>real broadcast <m/switch/</tag>
 | 
			
		||||
	 In <cf/type broadcast/ or <cf/type ptp/ network
 | 
			
		||||
	 configuration, OSPF packets are sent as IP multicast
 | 
			
		||||
	 packets. This option changes the behavior to using
 | 
			
		||||
	 old-fashioned IP broadcast packets. This may be useful as a
 | 
			
		||||
	 workaround if IP multicast for some reason does not work or
 | 
			
		||||
	 does not work reliably. This is a non-standard option and
 | 
			
		||||
	 probably is not interoperable with other OSPF
 | 
			
		||||
	 implementations. Default value is no.
 | 
			
		||||
 | 
			
		||||
	<tag>check link <M>switch</M></tag>
 | 
			
		||||
	 If set, a hardware link state (reported by OS) is taken into
 | 
			
		||||
	 consideration. When a link disappears (e.g. an ethernet cable is
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user