+stringify

This commit is contained in:
Nico Schottelius 2019-05-06 12:24:11 +02:00
parent 8cf84c9404
commit 07858db44b
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@ class L2Controller(object):
# Only for matching / if selecting # Only for matching / if selecting
self.controller.table_add("nat64_session", "NoAction", self.controller.table_add("nat64_session", "NoAction",
[ [
net['v6_net'] str(net['v6_net'])
] ]
) )