Re-add prod nat64 code to netpfga

This commit is contained in:
Nico Schottelius 2019-07-29 21:34:07 +02:00
commit dfa19325a5
2 changed files with 45 additions and 11 deletions

View file

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