aboutsummaryrefslogtreecommitdiff
path: root/libpod/network/internal/util/ip_test.go
Commit message (Collapse)AuthorAge
* Make networking code reusablePaul Holzinger2021-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>