mirror of
https://github.com/containers/podman.git
synced 2026-03-12 19:59:41 -04:00
To prevent code duplication when creating new network backends move reusable code into a separate internal package. This allows all network backends to use the same code as long as they implement the new NetUtil interface. Signed-off-by: Paul Holzinger <pholzing@redhat.com>