gluon-ebtables-filter-multicast: fix comment char in Lua code
It seems this mistake didn't cause an error because of Lua's support for shebang lines.
This commit is contained in:
parent
9b1eb40fe7
commit
7be7064432
@ -1,4 +1,4 @@
|
||||
# Bridge loop avoidance
|
||||
-- Bridge loop avoidance
|
||||
rule 'MULTICAST_OUT -p ARP --arp-opcode Reply --arp-gratuitous --arp-mac-dst ff:43:05:00:00:00/ff:ff:ff:fc:00:00 -j RETURN'
|
||||
rule 'MULTICAST_OUT -p ARP --arp-opcode Reply --arp-gratuitous --arp-mac-dst ff:43:05:05:00:00/ff:ff:ff:ff:00:00 -j RETURN'
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user