You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started building out IPv6, and have been running a DNS server in Nomad and Podman. Using IPv6, the container has a nondeterministic IPv6 address, so setting this in DHCPv6, RDNSS, or glue records for delegation is problematic.
Workarounds include using Consul Template to reconfigure DHCPv6 and RADVD as the address changes, which is less than ideal.
I am just tidying up a patch and will open a pull request shortly.
Kind regards,
The text was updated successfully, but these errors were encountered:
…ress, static_ips and static_mac options for podman tasks.
Podman API version checks whether to set the properties directly or whether to use the new PerNetworkOptions framework.
ipv6_address and ipv4_address are provided for backwards compatibility, and for compatibility with docker. For Podman 4.0.0 these are merged into static_ips and sent as a PerNetorkOptions entry for the default network.
Added API version check, static mac support, new array-based option for static IPs to match the podman API
Trying moving the object to ContanerNetworkConfig
…ress, static_ips and static_mac options for podman tasks.
Podman API version checks whether to set the properties directly or whether to use the new PerNetworkOptions framework.
ipv6_address and ipv4_address are provided for backwards compatibility, and for compatibility with docker. For Podman 4.0.0 these are merged into static_ips and sent as a PerNetorkOptions entry for the default network.
Added API version check, static mac support, new array-based option for static IPs to match the podman API
Good morning,
I have started building out IPv6, and have been running a DNS server in Nomad and Podman. Using IPv6, the container has a nondeterministic IPv6 address, so setting this in DHCPv6, RDNSS, or glue records for delegation is problematic.
Workarounds include using Consul Template to reconfigure DHCPv6 and RADVD as the address changes, which is less than ideal.
I am just tidying up a patch and will open a pull request shortly.
Kind regards,
The text was updated successfully, but these errors were encountered: