From 984c99b5417bdf47858f7a9ed3575a763b9f2fac Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Sun, 28 Jul 2019 11:54:18 +0200 Subject: [PATCH] Fix broken commit --- netpfga/minip4/sw/CLI/p4_tables_api.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/netpfga/minip4/sw/CLI/p4_tables_api.py b/netpfga/minip4/sw/CLI/p4_tables_api.py index b58077b..336c2fa 100644 --- a/netpfga/minip4/sw/CLI/p4_tables_api.py +++ b/netpfga/minip4/sw/CLI/p4_tables_api.py @@ -42,7 +42,8 @@ p4_px_tables.make_px_tables(SWITCH_INFO_FILE) PX_CAM_TABLES = {} PX_TCAM_TABLES = {} -PX_LPM_ +PX_LPM_TABLES = {} + def split_px_tables(): for name, table in p4_px_tables.PX_TABLES.items(): if table.info['match_type'] == 'EM':