mirror of
https://github.com/containers/podman.git
synced 2025-07-15 03:02:52 +08:00

The network backend will ignore ports for macvlan and ipvlan networks so they do not do anything. No warning or error is shown because containers may be later connected to a bridge network in which case they would be useful. Fixes #17927 Signed-off-by: Paul Holzinger <pholzing@redhat.com>