mirror of
https://github.com/podman-container-tools/podman.git
synced 2026-08-08 09:55:42 +00: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> |
||
|---|---|---|
| .. | ||
| connect.go | ||
| create.go | ||
| disconnect.go | ||
| exists.go | ||
| inspect.go | ||
| list.go | ||
| network.go | ||
| prune.go | ||
| reload.go | ||
| rm.go | ||
| update.go | ||