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:
Matthias Schiffer 2019-06-09 15:27:08 +02:00
parent 9b1eb40fe7
commit 7be7064432
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C
1 changed files with 1 additions and 1 deletions

View File

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