From 8bd7e0fe312a7b0c18f2d03eb41edd3a7ca9003c Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 11 May 2015 03:28:16 +0100 Subject: [PATCH] local.m4: Allow IPv6 ping separately. This seems to have broken recently. --- local.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/local.m4 b/local.m4 index 45bdfac..aeda659 100644 --- a/local.m4 +++ b/local.m4 @@ -360,7 +360,8 @@ run iptables -A inbound -j ACCEPT \ -p udp --source-port $port_bootpc --destination-port $port_bootps ## Allow incoming ping. This is the only ICMP left. -run ip46tables -A inbound -j ACCEPT -p icmp +run iptables -A inbound -j ACCEPT -p icmp +run ip6tables -A inbound -j ACCEPT -p icmpv6 m4_divert(88)m4_dnl ## Allow unusual things. -- 2.11.0