diff options
author | Ben Pilgrim <ben@pilgrim.me.uk> | 2024-04-09 20:05:14 +0100 |
---|---|---|
committer | Nicolas Vollmar <nvo@scaling.ch> | 2024-06-10 10:32:19 +0200 |
commit | 717ea64e4c54a8be619ffc29c16c6203b29319dd (patch) | |
tree | 3c9dcb20e588617329d4300769f30bb831d0d425 /smoketest/config-tests | |
parent | 82607438d6df5291c581d802c7a2a98eabe084ff (diff) | |
download | vyos-1x-717ea64e4c54a8be619ffc29c16c6203b29319dd.tar.gz vyos-1x-717ea64e4c54a8be619ffc29c16c6203b29319dd.zip |
container: T6219: Add support for container sysctl / kernel parameters
Diffstat (limited to 'smoketest/config-tests')
-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..ced770421 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 kernel-parameter 'net.ipv4.conf.all.forwarding' value '1'
\ No newline at end of file |