# 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
ParseIP returns an IP from a string.

# Structs

Sub class net.IP so that we can add JSON marshalling and unmarshalling.
Sub class net.IPNet so that we can add JSON marshalling and unmarshalling.
Sub class net.HardwareAddr so that we can add JSON marshalling and unmarshalling.