| 
				
			 | 
			
			
				@@ -1639,7 +1639,7 @@ function mesh_batman_bridge { 
			 | 
		
	
		
			
			| 
				1639
			 | 
			
				1639
			 | 
			
			
				   echo 'interface to the ethernet port' >> /usr/bin/mesh 
			 | 
		
	
		
			
			| 
				1640
			 | 
			
				1640
			 | 
			
			
				   echo 'brctl addbr bridge-link' >> /usr/bin/mesh 
			 | 
		
	
		
			
			| 
				1641
			 | 
			
				1641
			 | 
			
			
				   echo 'brctl addif bridge-link bat0' >> /usr/bin/mesh 
			 | 
		
	
		
			
			| 
				1642
			 | 
			
				
			 | 
			
			
				-  echo 'brctl addif bridge-link eth0' >> /usr/bin/mesh 
			 | 
		
	
		
			
			| 
				
			 | 
			
				1642
			 | 
			
			
				+  echo '#brctl addif bridge-link eth0' >> /usr/bin/mesh 
			 | 
		
	
		
			
			| 
				1643
			 | 
			
				1643
			 | 
			
			
				   echo '' >> /usr/bin/mesh 
			 | 
		
	
		
			
			| 
				1644
			 | 
			
				1644
			 | 
			
			
				   echo '# get the ip address for the bridge from the dhcp server' >> /usr/bin/mesh 
			 | 
		
	
		
			
			| 
				1645
			 | 
			
				1645
			 | 
			
			
				   echo 'dhclient bridge-link' >> /usr/bin/mesh 
			 |