diff options
author | Christian Breunig <christian@breunig.cc> | 2023-04-01 15:31:46 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2023-04-01 15:31:46 +0200 |
commit | 0ea3e1420c373027bdf57ea9e794b81dd6b6ad4f (patch) | |
tree | 3c9ba3cb9488b2085e64cbc06f52e891ecc57884 /data/templates/container/containers.conf.j2 | |
parent | 86d7b8d1d2b53b9fa93bd456abb4ea1b4f2949b6 (diff) | |
download | vyos-1x-0ea3e1420c373027bdf57ea9e794b81dd6b6ad4f.tar.gz vyos-1x-0ea3e1420c373027bdf57ea9e794b81dd6b6ad4f.zip |
container: T5082: switch to netavark network stack
We now support assigning discrete IPv6 addresses to a container.
Diffstat (limited to 'data/templates/container/containers.conf.j2')
-rw-r--r-- | data/templates/container/containers.conf.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/templates/container/containers.conf.j2 b/data/templates/container/containers.conf.j2 index 9f66aed27..c635ca213 100644 --- a/data/templates/container/containers.conf.j2 +++ b/data/templates/container/containers.conf.j2 @@ -282,7 +282,7 @@ default_sysctls = [ # Before changing this value all containers must be stopped otherwise it is likely that
# iptables rules and network interfaces might leak on the host. A reboot will fix this.
#
-network_backend = "cni"
+network_backend = "netavark"
# Path to directory where CNI plugin binaries are located.
#
|