From 89fd6c4ac7c1a0c2b8529c644caeaa79159e81fe Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Mon, 4 Nov 2013 04:48:23 +0100 Subject: We are not using nf_conntrack. --- roles/common/tasks/sysctl.yml | 3 --- 1 file changed, 3 deletions(-) (limited to 'roles') 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 } -- cgit v1.2.3