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
On a fresh install on Ubuntu Server, I am trying to create a dual stack networks with IPv4 and IPv6 subnets predefined. Creating the network always successful but when inspecting the created network, the subnet does not match the one defined in the create command.
Steps to reproduce the issue
Steps to reproduce the issue
create a network as defined in the documentations.
Running this create command creats a network with only IPv6 subnet / no IPv4 subnet: podman network create --subnet 172.26.0.0/16 --gateway 172.26.0.1 --subnet 2001:db8:26::/64 --gateway 2001:db8:26::1 db-network
Inspecting the network gives:
Running this create command creats a network with both IPv4 and IPv6 subnets. IPv4 subnet does not match the one in command: podman network create --subnet 172.26.0.0/16 --gateway 172.26.0.1 --subnet 2001:db8:26::/64 --gateway 2001:db8:26::1 --ipv6 db-network
Inspecting the network gives:
This is the latest version installed as described in the documentation. either update documentation or update the package.
The package is updated. The version you get depends on the version of Ubuntu you use. If you want newer features or bugfixes on versions of Ubuntu shipping older Podman versions, you'll need to backport them, or ask Canonical if you have a support agreement.
Issue Description
On a fresh install on Ubuntu Server, I am trying to create a dual stack networks with IPv4 and IPv6 subnets predefined. Creating the network always successful but when inspecting the created network, the subnet does not match the one defined in the create command.
Steps to reproduce the issue
Steps to reproduce the issue
Running this create command creats a network with only IPv6 subnet / no IPv4 subnet:
podman network create --subnet 172.26.0.0/16 --gateway 172.26.0.1 --subnet 2001:db8:26::/64 --gateway 2001:db8:26::1 db-network
Inspecting the network gives:
Running this create command creats a network with both IPv4 and IPv6 subnets. IPv4 subnet does not match the one in command:
podman network create --subnet 172.26.0.0/16 --gateway 172.26.0.1 --subnet 2001:db8:26::/64 --gateway 2001:db8:26::1 --ipv6 db-network
Inspecting the network gives:
Describe the results you received
Results do not match the Create command.
Describe the results you expected
Describe the results you expected
podman info output
Podman in a container
No
Privileged Or Rootless
Rootless
Upstream Latest Release
Yes
Additional environment details
Additional environment details
Additional information
Additional information like issue happens only occasionally or issue happens with a particular architecture or on a particular setting
The text was updated successfully, but these errors were encountered: