From f3fec005e9e7c9b7714a9aa979f4b21944784c8f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 13 Jan 2014 01:03:08 +0100 Subject: [PATCH] gluon-mesh-vpn-fastd: enable no_rebroadcast on the VPN interface --- gluon/gluon-mesh-vpn-fastd/fastd.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/gluon/gluon-mesh-vpn-fastd/fastd.pl b/gluon/gluon-mesh-vpn-fastd/fastd.pl index 85b24c8..2d072fc 100644 --- a/gluon/gluon-mesh-vpn-fastd/fastd.pl +++ b/gluon/gluon-mesh-vpn-fastd/fastd.pl @@ -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"