summaryrefslogtreecommitdiff
path: root/smoketest/configs/container-simple
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2024-06-10 13:07:38 +0200
committerGitHub <noreply@github.com>2024-06-10 13:07:38 +0200
commiteaf20bb54c62f0eff0879d538cc1e9c52cabf07a (patch)
tree8c3f8f5749417164618f6dc68968b92ed648b367 /smoketest/configs/container-simple
parent82607438d6df5291c581d802c7a2a98eabe084ff (diff)
parentf030464952168b553b5b3e29b461d437c2642a9b (diff)
downloadvyos-1x-eaf20bb54c62f0eff0879d538cc1e9c52cabf07a.tar.gz
vyos-1x-eaf20bb54c62f0eff0879d538cc1e9c52cabf07a.zip
Merge pull request #3614 from nvollmar/T6219
T6219: Add support for container sysctl parameter
Diffstat (limited to 'smoketest/configs/container-simple')
-rw-r--r--smoketest/configs/container-simple5
1 files changed, 5 insertions, 0 deletions
diff --git a/smoketest/configs/container-simple b/smoketest/configs/container-simple
index 82983afb7..b98a440b5 100644
--- a/smoketest/configs/container-simple
+++ b/smoketest/configs/container-simple
@@ -10,6 +10,11 @@ container {
allow-host-pid
cap-add sys-time
image busybox:stable
+ sysctl {
+ parameter kernel.msgmax {
+ value "8192"
+ }
+ }
}
}
interfaces {