mirror of
https://github.com/containers/podman.git
synced 2025-09-15 20:56:00 +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>