Fix broken commit
This commit is contained in:
parent
c142e8d335
commit
984c99b541
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ p4_px_tables.make_px_tables(SWITCH_INFO_FILE)
|
||||||
|
|
||||||
PX_CAM_TABLES = {}
|
PX_CAM_TABLES = {}
|
||||||
PX_TCAM_TABLES = {}
|
PX_TCAM_TABLES = {}
|
||||||
PX_LPM_
|
PX_LPM_TABLES = {}
|
||||||
|
|
||||||
def split_px_tables():
|
def split_px_tables():
|
||||||
for name, table in p4_px_tables.PX_TABLES.items():
|
for name, table in p4_px_tables.PX_TABLES.items():
|
||||||
if table.info['match_type'] == 'EM':
|
if table.info['match_type'] == 'EM':
|
||||||
|
|
Loading…
Add table
Reference in a new issue