From: Mark Wooding Date: Mon, 2 Oct 2017 01:01:14 +0000 (+0100) Subject: local.m4: Don't expect `forbidden' to return. X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/994ac8d0782c89a636f47b02a2dc096c72ff58c5 local.m4: Don't expect `forbidden' to return. --- diff --git a/local.m4 b/local.m4 index 6081132..c16f94e 100644 --- a/local.m4 +++ b/local.m4 @@ -382,7 +382,7 @@ m4_divert(88)m4_dnl openports inbound ## Inspect inbound packets from untrusted sources. -run ip46tables -A inbound -j forbidden +run ip46tables -A inbound -g forbidden run ip46tables -A INPUT -m mark --mark $from_scary/$MASK_FROM -g inbound run ip46tables -A INPUT -m mark --mark $from_untrusted/$MASK_FROM -g inbound