From 95e7d4156339accb2cb5fa835695cbc134b619dc Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Mon, 17 Jun 2019 20:12:47 +0200 Subject: [PATCH] gluon-ebtables-source-filter: another luacheck fix --- .../files/lib/gluon/ebtables/110-local-forward-allow-ipv6 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gluon-ebtables-source-filter/files/lib/gluon/ebtables/110-local-forward-allow-ipv6 b/package/gluon-ebtables-source-filter/files/lib/gluon/ebtables/110-local-forward-allow-ipv6 index 6be0de70..f6a19747 100644 --- a/package/gluon-ebtables-source-filter/files/lib/gluon/ebtables/110-local-forward-allow-ipv6 +++ b/package/gluon-ebtables-source-filter/files/lib/gluon/ebtables/110-local-forward-allow-ipv6 @@ -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')