func isIPv6()

in cmd/ip-masq-agent-v2/ip-masq-agent.go [467:469]


func isIPv6(ip string) bool {
	return net.ParseIP(ip).To4() == nil
}