[netpfga] Add default action for matching, remove commands.txt

This commit is contained in:
Nico Schottelius 2019-07-17 17:24:34 +02:00
commit 87d2db4b5f
3 changed files with 196 additions and 1 deletions

View file

@ -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