spiegel_podman/cmd/podman/networks
shiavm006 786012a670 Remove deprecated --macvlan flag from network create
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>
2025-11-26 02:26:24 +05:30
..
connect.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
create.go Remove deprecated --macvlan flag from network create 2025-11-26 02:26:24 +05:30
disconnect.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
exists.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
inspect.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
list.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
network.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
prune.go Bump Go version to v6 2025-10-23 11:00:15 -04:00
reload.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
rm.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00
update.go enable gofumpt formatter 2025-11-11 12:32:46 +01:00