gluon-ebtables-source-filter: another luacheck fix

This commit is contained in:
Matthias Schiffer 2019-06-17 20:12:47 +02:00
parent cd9f1a0f0c
commit 95e7d41563
No known key found for this signature in database
GPG Key ID: 16EF3F64CB201D9C

View File

@ -1,4 +1,4 @@
site = require('gluon.site')
local site = require 'gluon.site'
rule('LOCAL_FORWARD -p IPv6 --ip6-src fe80::/64 -j RETURN')
rule('LOCAL_FORWARD -p IPv6 --ip6-src ::/128 --ip6-proto ipv6-icmp -j RETURN')