Don't connect eth0 to batman by default

This commit is contained in:
Bob Mottram 2015-07-19 19:41:29 +01:00
parent f5c0c908eb
commit 078f1034f8
1 changed files with 1 additions and 1 deletions

View File

@ -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