Browse Source

gluon-ebtables-filter-multicast: correct interface name

Matthias Schiffer 10 years ago
parent
commit
f969e3a2b1

+ 2 - 2
package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/300-mcast

@@ -1,2 +1,2 @@
-rule FORWARD --logical-out br-freifunk -o bat0 -d Multicast -j MULTICAST_OUT
-rule OUTPUT --logical-out br-freifunk -o bat0 -d Multicast -j MULTICAST_OUT
+rule FORWARD --logical-out br-client -o bat0 -d Multicast -j MULTICAST_OUT
+rule OUTPUT --logical-out br-client -o bat0 -d Multicast -j MULTICAST_OUT