Include the right DEparser
This commit is contained in:
parent
d68be5010d
commit
f44386b6b8
2 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
|||
/* -*- P4_16 -*- */
|
||||
#ifndef DEPARSERS_P4
|
||||
#define DEPARSERS_P4
|
||||
|
||||
apply {
|
||||
/* always */
|
||||
packet.emit(hdr.ethernet);
|
||||
|
|
|
@ -148,7 +148,7 @@ control TopDeparser(packet_out packet,
|
|||
// packet.emit(hdr.ethernet);
|
||||
// }
|
||||
|
||||
#include "parsers.p4"
|
||||
#include "deparser.p4"
|
||||
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue