summaryrefslogtreecommitdiff
path: root/smoketest/configs/container-simple
diff options
context:
space:
mode:
authorNicolas Vollmar <nvollmar@gmail.com>2024-06-09 22:59:26 +0200
committerNicolas Vollmar <nvo@scaling.ch>2024-06-10 11:24:32 +0200
commitf030464952168b553b5b3e29b461d437c2642a9b (patch)
tree8c3f8f5749417164618f6dc68968b92ed648b367 /smoketest/configs/container-simple
parent717ea64e4c54a8be619ffc29c16c6203b29319dd (diff)
downloadvyos-1x-f030464952168b553b5b3e29b461d437c2642a9b.tar.gz
vyos-1x-f030464952168b553b5b3e29b461d437c2642a9b.zip
T6219: align with system sysctl and limit parameters to supported
Diffstat (limited to 'smoketest/configs/container-simple')
-rw-r--r--smoketest/configs/container-simple6
1 files changed, 4 insertions, 2 deletions
diff --git a/smoketest/configs/container-simple b/smoketest/configs/container-simple
index 0585fed29..b98a440b5 100644
--- a/smoketest/configs/container-simple
+++ b/smoketest/configs/container-simple
@@ -10,8 +10,10 @@ container {
allow-host-pid
cap-add sys-time
image busybox:stable
- kernel-parameter "net.ipv4.ip_forward" {
- value "1"
+ sysctl {
+ parameter kernel.msgmax {
+ value "8192"
+ }
}
}
}