This commit is contained in:
Nico Schottelius 2019-03-25 12:13:10 +01:00
commit 6e40043c71
2 changed files with 5 additions and 6 deletions

View file

@ -139,7 +139,7 @@ class L2Controller(object):
self.nat64_map[mode].append({
"v6_src": v6_net['net'],
# "v6_dst": self.info['nat64_prefix'] # static -- not supported ATM
"v6_dst": v6_dst
"v6_dst": v6_dst,
"v4_src": v4_net['net'],
"v4_dst": v4_dst
})