Re-add prod nat64 code to netpfga
This commit is contained in:
parent
636fb52ac5
commit
dfa19325a5
2 changed files with 45 additions and 11 deletions
|
|
@ -61,17 +61,20 @@ control RealMain(
|
|||
#include "actions_egress.p4"
|
||||
#include "actions_delta_checksum.p4"
|
||||
|
||||
|
||||
#include "netpfga_dummy.p4"
|
||||
//#include "netpfga_dummy.p4"
|
||||
|
||||
apply {
|
||||
bit<17> tmp17 = 0;
|
||||
|
||||
/* does not compile without a table - give it a table */
|
||||
dummy_table_for_netpfga.apply();
|
||||
//dummy_table_for_netpfga.apply();
|
||||
|
||||
/* continue without tables */
|
||||
//#include "netpfga_nat64_stupid_hardcoded.p4"
|
||||
|
||||
#include "netpfga_nat64.p4"
|
||||
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue