mirror of
https://github.com/kemko/nomad.git
synced 2026-01-05 18: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:
7
command/agent/testdata/basic.hcl
vendored
7
command/agent/testdata/basic.hcl
vendored
@@ -102,9 +102,10 @@ client {
|
||||
path = "/tmp"
|
||||
}
|
||||
|
||||
cni_path = "/tmp/cni_path"
|
||||
bridge_network_name = "custom_bridge_name"
|
||||
bridge_network_subnet = "custom_bridge_subnet"
|
||||
cni_path = "/tmp/cni_path"
|
||||
bridge_network_name = "custom_bridge_name"
|
||||
bridge_network_subnet = "custom_bridge_subnet"
|
||||
bridge_network_subnet_ipv6 = "custom_bridge_subnet_ipv6"
|
||||
}
|
||||
|
||||
server {
|
||||
|
||||
Reference in New Issue
Block a user