diff --git a/package/gluon-mesh-vpn-fastd/fastd.pl b/package/gluon-mesh-vpn-fastd/fastd.pl
index 85b24c8ed5dd12ff26249440e1d60fcb9e62200b..2d072fcd8c74f52674f434395576772839cecff9 100644
--- a/package/gluon-mesh-vpn-fastd/fastd.pl
+++ b/package/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"