From c1c877c2eeabab5614c10a3870494d7f4ec271e7 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Fri, 15 Jul 2011 09:44:18 +0100 Subject: [PATCH] bookend.m4: Finish off the IPv6 chains. --- bookends.m4 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bookends.m4 b/bookends.m4 index cdc716e..ed5dcc7 100644 --- a/bookends.m4 +++ b/bookends.m4 @@ -144,11 +144,11 @@ m4_divert(90)m4_dnl m4_divert(94)m4_dnl ## Locally generated packets are all OK. -run iptables -P OUTPUT ACCEPT +run ip46tables -P OUTPUT ACCEPT ## Other incoming things are forbidden. for chain in INPUT FORWARD; do - run iptables -A $chain -g forbidden + run ip46tables -A $chain -g forbidden done m4_divert(-1) -- 2.11.0