package
4.1.0+incompatible
Repository: https://github.com/kwoodson/origin.git
Documentation: pkg.go.dev
# README
netutils
Miscellaneous network utilities
# Functions
Generate the default gateway IP Address for a subnet.
Return Host IP Networks Ignores provided interfaces and filters loopback and non IPv4 addrs.
No description provided by the author
IsPrivateAddress returns true if given address in format "<host>[:<port>]" is a localhost or an ip from private network range (e.g.
ParseCIDRMask parses a CIDR string and ensures that it has no bits set beyond the network mask length.