Let's see if 16 == the first port of the other card
This commit is contained in:
parent
81bf3b51b8
commit
eed0f3c56e
2 changed files with 15 additions and 1 deletions
|
|
@ -2,7 +2,8 @@
|
|||
#define DUMMY_NETPFGA
|
||||
|
||||
action send_to_port1() {
|
||||
sume_metadata.dst_port = 1;
|
||||
// sume_metadata.dst_port = 1;
|
||||
sume_metadata.dst_port = 16;
|
||||
}
|
||||
|
||||
table dummy_table_for_netpfga {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue