From: Mark Wooding Date: Fri, 15 Jul 2011 08:44:18 +0000 (+0100) Subject: bookend.m4: Finish off the IPv6 chains. X-Git-Url: https://git.distorted.org.uk/~mdw/firewall/commitdiff_plain/c1c877c2eeabab5614c10a3870494d7f4ec271e7 bookend.m4: Finish off the IPv6 chains. --- 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)