64a301d4ec
Setting nf_conntrack_buckets in the amphora namespace fails because this sysctl can only be set in the initial namespace (cf kernel doc at https://www.kernel.org/doc/Documentation/networking/nf_conntrack-sysctl.txt) This commit allows to set nf_conntrack_buckets in the initial namespace, the value is then inherited by other namespaces. Conntrack is not enabled in the main namespace, the new default value doesn't affect this namespace behavior. Story: 2008028 Task: 40682 Change-Id: Ie6ccc4bf0017587df8e8e29d8ee3bf5c19e6d615
6 lines
104 B
YAML
6 lines
104 B
YAML
---
|
|
fixes:
|
|
- |
|
|
Fix nf_conntrack_buckets sysctl in the Amphora, its value was incorrectly
|
|
set.
|