[netpfga] include UNUSED nat64 actions and tables

Will probably be removed, but need to check whether it still compiles.
This commit is contained in:
Nico Schottelius 2019-07-24 11:45:37 +02:00
commit 94e06be245
2 changed files with 7 additions and 4 deletions

View file

@ -68,6 +68,8 @@ control RealMain(
inout digest_data_t digest_data,
inout sume_metadata_t sume_metadata) {
#include "actions_nat64_generic.p4"
action swap_eth_addresses() {
EthAddr_t temp = hdr.ethernet.dstAddr;
hdr.ethernet.dstAddr = hdr.ethernet.srcAddr;