diff options
author | Christian Breunig <christian@breunig.cc> | 2024-06-10 13:07:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-10 13:07:38 +0200 |
commit | eaf20bb54c62f0eff0879d538cc1e9c52cabf07a (patch) | |
tree | 8c3f8f5749417164618f6dc68968b92ed648b367 /smoketest/config-tests/container-simple | |
parent | 82607438d6df5291c581d802c7a2a98eabe084ff (diff) | |
parent | f030464952168b553b5b3e29b461d437c2642a9b (diff) | |
download | vyos-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/config-tests/container-simple')
-rw-r--r-- | smoketest/config-tests/container-simple | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/smoketest/config-tests/container-simple b/smoketest/config-tests/container-simple index cc80ef4cf..5af365cf9 100644 --- a/smoketest/config-tests/container-simple +++ b/smoketest/config-tests/container-simple @@ -11,3 +11,4 @@ set container name c02 allow-host-networks set container name c02 allow-host-pid set container name c02 capability 'sys-time' set container name c02 image 'busybox:stable' +set container name c02 sysctl parameter kernel.msgmax value '8192'
\ No newline at end of file |