From 07858db44bd71522a389a23f70135fc20bd6b494 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 6 May 2019 12:24:11 +0200 Subject: [PATCH] +stringify --- p4app/controller.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4app/controller.py b/p4app/controller.py index 0ea4a9c..2eafaaf 100755 --- a/p4app/controller.py +++ b/p4app/controller.py @@ -343,7 +343,7 @@ class L2Controller(object): # Only for matching / if selecting self.controller.table_add("nat64_session", "NoAction", [ - net['v6_net'] + str(net['v6_net']) ] )