mirror of
https://github.com/containers/podman.git
synced 2026-01-25 06:21:08 -05:00
We only use the `ip` util to remove a network interface. We can do this directly via the netlink lib, no need to call a external binary. [NO TESTS NEEDED] Fixes #11403 Signed-off-by: Paul Holzinger <pholzing@redhat.com>