Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | use libnetwork from c/common | Paul Holzinger | 2022-01-12 |
| | | | | | | | | The libpod/network packages were moved to c/common so that buildah can use it as well. To prevent duplication use it in podman as well and remove it from here. Signed-off-by: Paul Holzinger <pholzing@redhat.com> | ||
* | Make networking code reusable | Paul Holzinger | 2021-11-11 |
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> |