[netpfga] Add default action for matching, remove commands.txt
This commit is contained in:
parent
ed6c4daec9
commit
87d2db4b5f
3 changed files with 196 additions and 1 deletions
|
|
@ -19,7 +19,8 @@ table dummy_table_for_netpfga {
|
|||
send_to_port1;
|
||||
}
|
||||
size = TEST_TABLE_SIZE;
|
||||
default_action = do_nothing;
|
||||
// default_action = do_nothing;
|
||||
default_action = send_to_port1;
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue