Beispiel #1
0
func removeRoute(r *bitradix.Radix32, ipnet *net.IPNet) {
	net, mask := ipNetToUint(ipnet)
	r.Remove(net, mask)
}