From 7742bb99359be69587db9142d81c93d0b479a42a Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Mon, 25 Mar 2019 13:45:18 +0100 Subject: [PATCH] +' --- p4app/controller.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/p4app/controller.py b/p4app/controller.py index cfad97f..a3ccceb 100755 --- a/p4app/controller.py +++ b/p4app/controller.py @@ -32,8 +32,8 @@ cpu_fields = { table_id_fields = { 0: 'UNSET_TABLE', 1: 'TABLE_NAT64', - 2: 'TABLE_ICMP6, - 3: 'TABLE_V6_NETWORKS, + 2: 'TABLE_ICMP6', + 3: 'TABLE_V6_NETWORKS', 4: 'TABLE_NAT46', 5: 'TABLE_V4_NETWORKS' }