gluon-ebtables-filter-multicast: correct interface name

This commit is contained in:
Matthias Schiffer 2014-01-11 19:27:06 +01:00
parent 5edc68e7c7
commit 54d3ce94d3
1 changed files with 2 additions and 2 deletions

View File

@ -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