"Error: unsupported network option parent" for ipvlan driver (using CNI) #16621
Labels
kind/bug
Categorizes issue or PR as related to a bug.
locked - please file new issue/PR
Assist humans wanting to comment on an old issue or PR with locked comments.
network
Networking related issue or feature
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
The ipvlan driver rejects the "parent" option in spite of what the manpage says.
Steps to reproduce the issue:
podman network create -d ipvlan --opt parent=docker0 mynet
Describe the results you received:
Describe the results you expected:
The network should be created successfully.
Additional information you deem important (e.g. issue happens only occasionally):
parent
option is omitted, then the network is correctly created. In addition, if I edit the CNI network conffile manually and set themaster
option to the desired parent interface, I can run containers using this network and I can confirm that the container indeed uses the proper host interface.Output of
podman version
:Output of
podman info
:Package info (e.g. output of
rpm -q podman
orapt list podman
orbrew info podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide? (https://github.com/containers/podman/blob/main/troubleshooting.md)
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
physical
The text was updated successfully, but these errors were encountered: