mirror of
https://github.com/kemko/nomad.git
synced 2026-01-01 16:05:42 +03:00
networking: option to enable ipv6 on bridge network (#23882)
by setting bridge_network_subnet_ipv6 in client config Co-authored-by: Martina Santangelo <martina.santangelo@hashicorp.com>
This commit is contained in:
1
command/agent/testdata/basic.json
vendored
1
command/agent/testdata/basic.json
vendored
@@ -76,6 +76,7 @@
|
||||
"alloc_mounts_dir": "/tmp/mounts",
|
||||
"bridge_network_name": "custom_bridge_name",
|
||||
"bridge_network_subnet": "custom_bridge_subnet",
|
||||
"bridge_network_subnet_ipv6": "custom_bridge_subnet_ipv6",
|
||||
"chroot_env": [
|
||||
{
|
||||
"/opt/myapp/bin": "/bin",
|
||||
|
||||
Reference in New Issue
Block a user