# Functions
MustParseCIDR parses the string into a IPNet.
MustParseIP parses the string into a IP.
MustParseNetwork parses the string into a IPNet.
No description provided by the author
Parse a CIDR or an IP address and return the IP, CIDR or error.
ParseIP returns an IP from a string.