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
When specifying a static mac address for a macvlan interface in a container, the specified mac address does not get assigned in the container. Instead, a random mac address is assigned.
/kind bug
Description
When specifying a static mac address for a macvlan interface in a container, the specified mac address does not get assigned in the container. Instead, a random mac address is assigned.
I suspect this to be somewhat related to #302.
Steps to reproduce the issue:
Describe the results you received:
The resulting Mac address is not the one specified, but a random address each time.
Describe the results you expected:
The resulting Mac address is expected to be "AA:AA:AA:BB:BB:BB" as specified.
Additional information you deem important (e.g. issue happens only occasionally):
Output of
podman version
:Output of
podman info --debug
:Output:
Package info (e.g. output of
rpm -q podman
orapt list podman
):The text was updated successfully, but these errors were encountered: