Browse Source

Include the right DEparser

master
Nico Schottelius 4 years ago
parent
commit
f44386b6b8
  1. 1
      p4src/deparser.p4
  2. 2
      p4src/minip4_solution.p4

1
p4src/deparser.p4

@ -1,7 +1,6 @@
/* -*- P4_16 -*- */
#ifndef DEPARSERS_P4
#define DEPARSERS_P4
apply {
/* always */
packet.emit(hdr.ethernet);

2
p4src/minip4_solution.p4

@ -148,7 +148,7 @@ control TopDeparser(packet_out packet,
// packet.emit(hdr.ethernet);
// }
#include "parsers.p4"
#include "deparser.p4"
}

Loading…
Cancel
Save