When creating an ipvlan network with podman, the "parent" option appears unsupported.
Issue
- When creating a new
podman
network with theipvlan
driver, theparent
option appears unsupported:
# podman network create -d ipvlan -o parent=eth0 --subnet=10.10.10.0/24 --gateway=10.10.10.1 myipvlan
Error: unsupported network option parent
- This prevents the proper routing of
ipvlan
networks out of the desired interface, which can lead to communication issues.
Environment
- Red Hat Enterprise Linux 8
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.