Re-include NAT64 generic
This commit is contained in:
parent
8309f4367c
commit
d82c843fff
1 changed files with 3 additions and 0 deletions
|
@ -138,6 +138,9 @@ control MyIngress(inout headers hdr,
|
||||||
inout standard_metadata_t standard_metadata) {
|
inout standard_metadata_t standard_metadata) {
|
||||||
|
|
||||||
|
|
||||||
|
#include "nat64_generic.p4"
|
||||||
|
|
||||||
|
|
||||||
/********************** APPLYING TABLES ***********************************/
|
/********************** APPLYING TABLES ***********************************/
|
||||||
apply {
|
apply {
|
||||||
if(hdr.ipv6.isValid()) {
|
if(hdr.ipv6.isValid()) {
|
||||||
|
|
Loading…
Reference in a new issue