iankelling.org
/
git
/
newns
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0239f3
)
fix docker nat rules properly
author
Ian Kelling
<iank@fsf.org>
Wed, 8 Nov 2017 04:33:45 +0000
(23:33 -0500)
committer
Ian Kelling
<iank@fsf.org>
Wed, 8 Nov 2017 04:33:45 +0000
(23:33 -0500)
newns
patch
|
blob
|
history
diff --git
a/newns
b/newns
index cd2466b7b371469a8d1f7c478298ef0fea370b91..cdf7e7dafc31cb0d8f266cdebafa15bf631fe779 100755
(executable)
--- a/
newns
+++ b/
newns
@@
-260,7
+260,7
@@
start() {
# docker helpfully changes the default FORWARD to drop...
diptables-add FORWARD -i $v0 -j ACCEPT
- diptables-add FORWARD -o $v0 -
m conntrack --ctstate RELATED,ESTABLISHED -
j ACCEPT
+ diptables-add FORWARD -o $v0 -j ACCEPT
_errcatch_cleanup=stop