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:
Daniel Bennett
2024-09-04 10:17:10 -05:00
committed by GitHub
parent ce3e159ee8
commit 2f5cf8efae
16 changed files with 385 additions and 37 deletions

View File

@@ -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",