chiark
/
gitweb
/
~mdw
/
firewall
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
5631dfd
)
local.m4: Allow IPv6 ping separately.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 11 May 2015 02:28:16 +0000
(
03:28
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Mon, 11 May 2015 02:28:16 +0000
(
03:28
+0100)
This seems to have broken recently.
local.m4
patch
|
blob
|
blame
|
history
diff --git
a/local.m4
b/local.m4
index 45bdfac26acd57742a46605fcd5a7bdda8cb22cb..aeda6591c730979c1d842503be45b12f21cbb432 100644
(file)
--- 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.