Include egress
This commit is contained in:
parent
4b6bd01dda
commit
6246e99c5d
1 changed files with 1 additions and 2 deletions
|
@ -137,9 +137,8 @@ control MyIngress(inout headers hdr,
|
||||||
inout metadata meta,
|
inout metadata meta,
|
||||||
inout standard_metadata_t standard_metadata) {
|
inout standard_metadata_t standard_metadata) {
|
||||||
|
|
||||||
|
|
||||||
#include "actions_nat64_generic.p4"
|
#include "actions_nat64_generic.p4"
|
||||||
|
#include "actions_egress.p4"
|
||||||
|
|
||||||
/********************** APPLYING TABLES ***********************************/
|
/********************** APPLYING TABLES ***********************************/
|
||||||
apply {
|
apply {
|
||||||
|
|
Loading…
Reference in a new issue