|
|
|
|
1639
|
echo 'interface to the ethernet port' >> /usr/bin/mesh
|
1639
|
echo 'interface to the ethernet port' >> /usr/bin/mesh
|
1640
|
echo 'brctl addbr bridge-link' >> /usr/bin/mesh
|
1640
|
echo 'brctl addbr bridge-link' >> /usr/bin/mesh
|
1641
|
echo 'brctl addif bridge-link bat0' >> /usr/bin/mesh
|
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
|
echo '' >> /usr/bin/mesh
|
1643
|
echo '' >> /usr/bin/mesh
|
1644
|
echo '# get the ip address for the bridge from the dhcp server' >> /usr/bin/mesh
|
1644
|
echo '# get the ip address for the bridge from the dhcp server' >> /usr/bin/mesh
|
1645
|
echo 'dhclient bridge-link' >> /usr/bin/mesh
|
1645
|
echo 'dhclient bridge-link' >> /usr/bin/mesh
|