gluon-mesh-vpn-fastd: enable no_rebroadcast on the VPN interface

This commit is contained in:
Matthias Schiffer 2014-01-13 01:03:08 +01:00
parent 40ea8d9880
commit f3fec005e9
1 changed files with 1 additions and 0 deletions

View File

@ -62,6 +62,7 @@ uci_add network interface mesh_vpn
uci_set network mesh_vpn ifname 'mesh-vpn'
uci_set network mesh_vpn proto 'batadv'
uci_set network mesh_vpn mesh 'bat0'
uci_set network mesh_vpn mesh_no_rebroadcast '1'
mainaddr=$(sysconfig primary_mac)
oIFS="$IFS"; IFS=":"; set -- $mainaddr; IFS="$oIFS"