dict->network
This commit is contained in:
parent
71c8155cd2
commit
dfb50aefd7
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ class L2Controller(object):
|
|||
# specific settings
|
||||
for mode in ["range_router"]:
|
||||
for net in self.v6_routes[mode]:
|
||||
v6_net = net
|
||||
v6_net = net['net']I'
|
||||
v4_net = self.info['v4_nat64_map'].next()
|
||||
|
||||
self.nat64_map[mode].append({
|
||||
|
|
Loading…
Reference in a new issue