-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
podman create network macvlan does not create expected configuration #9167
Comments
Creating the same network, without specifying
|
Those options are only implemented for createBridge, not createMacVLAN... They should probably move to some shared section then, not bridge-specific ? |
@baude PTAL - should these options be exclusive of macvlan networking, or can we implement them? |
@knumskull , the first part of this is #9189. Because we are about to release Podman 3.0, we decided to get the framework a little cleaned up and then once that is in, I will do the rest of it targeting 3.1. thanks for your report. |
@baude that sounds really cool. Do you have an eta for the 3.1 version? |
when creating a macvlan network, we should honor gateway, subnet, and mtu as provided by the user. Fixes: containers#9167 Signed-off-by: baude <[email protected]>
not really, but you can see i made a PR today. please pull it and give feedback if you know how to! |
Is this a BUG REPORT or FEATURE REQUEST? (leave only one on its own line)
/kind bug
Description
Creating a network using the command line tools, will not create the expected result.
Steps to reproduce the issue:
podman network create --subnet 192.168.1.0/24 --gateway 192.168.1.254 --macvlan eth0 --opt vlan=10,mtu=1500 example-network
Describe the results you received:
Describe the results you expected:
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Package info (e.g. output of
rpm -q podman
orapt list podman
):Have you tested with the latest version of Podman and have you checked the Podman Troubleshooting Guide?
Yes
Additional environment details (AWS, VirtualBox, physical, etc.):
Raspberry Pi 4 - 8GB Model with Fedora 33 and podman-3.0.0 from rawhide
The text was updated successfully, but these errors were encountered: