This commit is contained in:
Bob Mottram 2015-08-09 11:24:54 +01:00
parent aa6f715bce
commit 756b17e18b
2 changed files with 0 additions and 2 deletions

View File

@ -1822,7 +1822,6 @@ function mesh_batman_bridge {
echo ' batctl if add $IFACE' >> $batman_script
echo ' ifconfig $IFACE up' >> $batman_script
echo ' avahi-autoipd -D $IFACE' >> $batman_script
echo ' ifconfig $IFACE:avahi netmask 255.255.255.0' >> $batman_script
echo ' ifconfig bat0 up promisc' >> $batman_script
echo '' >> $batman_script
echo ' #Use persistent HWAddr' >> $batman_script

View File

@ -232,7 +232,6 @@ function mesh_batman {
echo ' batctl if add $IFACE' >> $batman_script
echo ' ifconfig $IFACE up' >> $batman_script
echo ' avahi-autoipd -D $IFACE' >> $batman_script
echo ' ifconfig $IFACE:avahi netmask 255.255.255.0' >> $batman_script
echo ' ifconfig bat0 up promisc' >> $batman_script
echo '' >> $batman_script
echo ' #Use persistent HWAddr' >> $batman_script