From 7be70644322933a098bc58563da6378c1506721f Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 9 Jun 2019 15:27:08 +0200 Subject: [PATCH] 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. --- .../files/lib/gluon/ebtables/110-mcast-allow-arp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-arp b/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-arp index bbc621c6..927776a8 100644 --- a/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-arp +++ b/package/gluon-ebtables-filter-multicast/files/lib/gluon/ebtables/110-mcast-allow-arp @@ -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'