++notes ++begin nat64 prefix

This commit is contained in:
Nico Schottelius 2019-03-06 14:07:47 +01:00
commit f7fc8ef412
2 changed files with 17 additions and 3 deletions

View file

@ -64,6 +64,7 @@ class L2Controller(object):
self.info['v4_gen'] = self.info['v4_base'].subnets(new_prefix=self.info['v4_mask'])
self.info['switch_suffix'] = 0x42
self.info['nat64_nat_prefix'] = ipaddress.ip_network("64:ff9b::/96")
self.v6_routes = {}
self.v6_routes[None] = []