mirror of
https://github.com/containers/podman.git
synced 2025-11-29 01:28:22 +08:00
The --macvlan flag was deprecated in Podman 3.x and was scheduled for removal in version 4.0. Since we're now at version 6.0.0-dev, this commit removes the deprecated flag and its associated code. Users should now use the standard syntax: podman network create --driver macvlan --opt parent=<device> <name> Signed-off-by: shiavm006 <shivammittal42006@gmail.com>