Skip to content
Snippets Groups Projects
Unverified Commit 95e7d415 authored by Matthias Schiffer's avatar Matthias Schiffer
Browse files

gluon-ebtables-source-filter: another luacheck fix

parent cd9f1a0f
No related branches found
No related tags found
No related merge requests found
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 fe80::/64 -j RETURN')
rule('LOCAL_FORWARD -p IPv6 --ip6-src ::/128 --ip6-proto ipv6-icmp -j RETURN') rule('LOCAL_FORWARD -p IPv6 --ip6-src ::/128 --ip6-proto ipv6-icmp -j RETURN')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment