diff --git a/p4src/netpfga.p4 b/p4src/netpfga.p4 index 99ce674..21c1570 100644 --- a/p4src/netpfga.p4 +++ b/p4src/netpfga.p4 @@ -21,6 +21,7 @@ table dummy_table_for_netpfga { actions = { do_nothing; send_to_port1; + send_to_port; } size = TEST_TABLE_SIZE; // default_action = do_nothing;