Skip to content
Snippets Groups Projects
Commit 2e155f9d authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

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

parent d1f01a58
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment