mirror of
				https://github.com/iiab/iiab.git
				synced 2025-03-09 15:40:17 +00:00 
			
		
		
		
	Merge pull request #588 from jvonau/dhcpd-race
force br0 to always be available on rpi
This commit is contained in:
		
						commit
						ff6f35ad5f
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -7,6 +7,8 @@ auto br0
 | 
				
			||||||
iface br0 inet manual
 | 
					iface br0 inet manual
 | 
				
			||||||
{% if iiab_wired_lan_iface is defined %}
 | 
					{% if iiab_wired_lan_iface is defined %}
 | 
				
			||||||
    bridge_ports {{ iiab_wired_lan_iface }}
 | 
					    bridge_ports {{ iiab_wired_lan_iface }}
 | 
				
			||||||
 | 
					{% else %}
 | 
				
			||||||
 | 
					    bridge_ports none
 | 
				
			||||||
{% endif %}
 | 
					{% endif %}
 | 
				
			||||||
    bridge_maxwait 0
 | 
					    bridge_maxwait 0
 | 
				
			||||||
    dns-nameservers 127.0.0.1
 | 
					    dns-nameservers 127.0.0.1
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue