diff options
author | Guilhem Moulin <guilhem@fripost.org> | 2013-11-04 04:48:23 +0100 |
---|---|---|
committer | Guilhem Moulin <guilhem@fripost.org> | 2015-06-07 02:50:40 +0200 |
commit | 89fd6c4ac7c1a0c2b8529c644caeaa79159e81fe (patch) | |
tree | 13af958b5baf3703c136884fa22ec191f8be569b /roles | |
parent | b48755386073c7245c221c3108290473ae1b279e (diff) |
We are not using nf_conntrack.
Diffstat (limited to 'roles')
-rw-r--r-- | roles/common/tasks/sysctl.yml | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/roles/common/tasks/sysctl.yml b/roles/common/tasks/sysctl.yml index 4f52d3e..9adeece 100644 --- a/roles/common/tasks/sysctl.yml +++ b/roles/common/tasks/sysctl.yml @@ -47,6 +47,3 @@ # Ignore bogus ICMP errors. - { name: 'net.ipv4.icmp_ignore_bogus_error_responses', value: 1 } - - # Enable connection tracking flow accounting. - - { name: 'net.netfilter.nf_conntrack_acct', value: 1 } |