bookend.m4: Finish off the IPv6 chains.
[firewall] / bookends.m4
index cdc716e..ed5dcc7 100644 (file)
@@ -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)