Lines Matching refs:supernet
284 supernet = net.supernet()
285 existing = subnets.get(supernet)
287 subnets[supernet] = net
290 del subnets[supernet]
291 to_merge.append(supernet)
982 def supernet(self, prefixlen_diff=1, new_prefix=None):
983 """The supernet containing the current network.
988 /24 network and a prefixlen_diff of 3, a supernet with a
1052 """Return True if this network is a supernet of other."""