in cmd/ip-masq-agent-v2/ip-masq-agent.go [459:462]
func isIPv6CIDR(cidr string) bool { ip, _, _ := net.ParseCIDR(cidr) return isIPv6(ip.String()) }