From 9b094b8ef8855638696689d02a1b3d4c0822997c Mon Sep 17 00:00:00 2001 From: Edward Hope-Morley Date: Mon, 18 Mar 2019 09:22:39 +0000 Subject: [PATCH] Fixup commit 00ca87f Add net.netfilter.nf_conntrack_buckets as per [1]. [1] https://bugs.launchpad.net/charm-neutron-gateway/+bug/1780348/comments/8 Change-Id: I6c143230943668c31378349d2f4f92de537ced64 Related-Bug: #1780348 --- config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yaml b/config.yaml index 90465e5b..c89ead3e 100644 --- a/config.yaml +++ b/config.yaml @@ -305,6 +305,7 @@ options: net.ipv6.neigh.default.gc_thresh2 : 28672, net.ipv6.neigh.default.gc_thresh3 : 32768, net.nf_conntrack_max : 1000000, + net.netfilter.nf_conntrack_buckets : 204800, net.netfilter.nf_conntrack_max : 1000000 } description: | YAML-formatted associative array of sysctl key/value pairs to be set