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:
6f74cc8
)
bookend.m4: Finish off the IPv6 chains.
author
Mark Wooding
<mdw@distorted.org.uk>
Fri, 15 Jul 2011 08:44:18 +0000
(09:44 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Fri, 15 Jul 2011 08:44:18 +0000
(09:44 +0100)
bookends.m4
patch
|
blob
|
blame
|
history
diff --git
a/bookends.m4
b/bookends.m4
index cdc716efd966805088db2c65772ea21196d45ba2..ed5dcc7905e009173951fac991924dfc8e6845c6 100644
(file)
--- 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 ip
46
tables -P OUTPUT ACCEPT
## Other incoming things are forbidden.
for chain in INPUT FORWARD; do
- run iptables -A $chain -g forbidden
+ run ip
46
tables -A $chain -g forbidden
done
m4_divert(-1)