Don't connect eth0 to batman by default
This commit is contained in:
parent
f5c0c908eb
commit
078f1034f8
|
@ -1639,7 +1639,7 @@ function mesh_batman_bridge {
|
|||
echo 'interface to the ethernet port' >> /usr/bin/mesh
|
||||
echo 'brctl addbr bridge-link' >> /usr/bin/mesh
|
||||
echo 'brctl addif bridge-link bat0' >> /usr/bin/mesh
|
||||
echo 'brctl addif bridge-link eth0' >> /usr/bin/mesh
|
||||
echo '#brctl addif bridge-link eth0' >> /usr/bin/mesh
|
||||
echo '' >> /usr/bin/mesh
|
||||
echo '# get the ip address for the bridge from the dhcp server' >> /usr/bin/mesh
|
||||
echo 'dhclient bridge-link' >> /usr/bin/mesh
|
||||
|
|
Loading…
Reference in New Issue