Alexandros Kosiaris has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/230061

Change subject: ferm: Also NOTRACK in OUTPUT raw table chain
......................................................................

ferm: Also NOTRACK in OUTPUT raw table chain

We also need to not track locally generated packets as well. Add a rule
for NOTRACK the OUTPUT chain

Change-Id: Ifefd64f87747c8d5cba18709ea65b620e03fae16
---
M modules/ferm/files/functions.conf
1 file changed, 3 insertions(+), 0 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/operations/puppet 
refs/changes/61/230061/1

diff --git a/modules/ferm/files/functions.conf 
b/modules/ferm/files/functions.conf
index aec786f..5db4478 100644
--- a/modules/ferm/files/functions.conf
+++ b/modules/ferm/files/functions.conf
@@ -18,6 +18,9 @@
                        chain PREROUTING {
                                proto $proto dport $port NOTRACK;
                        }
+                       chain OUTPUT {
+                               proto $proto sport $port NOTRACK;
+                       }
                }
        }
 }

-- 
To view, visit https://gerrit.wikimedia.org/r/230061
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ifefd64f87747c8d5cba18709ea65b620e03fae16
Gerrit-PatchSet: 1
Gerrit-Project: operations/puppet
Gerrit-Branch: production
Gerrit-Owner: Alexandros Kosiaris <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to