mirror of
https://github.com/moby/moby.git
synced 2026-01-11 18:51:37 +00:00
Change the types for IP address and prefix struct fields to netip.Addr and netip.Prefix for convenience. Fields such as swarm.InitRequest.ListenAddr which may encode non-numeric values such as a network interface name have not been modified. Signed-off-by: Cory Snider <csnider@mirantis.com>