From 994ac8d0782c89a636f47b02a2dc096c72ff58c5 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 2 Oct 2017 02:01:14 +0100 Subject: [PATCH] local.m4: Don't expect `forbidden' to return. --- local.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.11.0