Update names
This commit is contained in:
parent
c082106338
commit
1afcd82e42
1 changed files with 3 additions and 2 deletions
|
@ -18,9 +18,10 @@ parser MyParser(packet_in packet,
|
|||
meta.chk_icmp6 = 0;
|
||||
meta.chk_icmp6_na_ns = 0;
|
||||
meta.chk_ipv4 = 0;
|
||||
meta.chk_udp_v4 = 0;
|
||||
meta.chk_udp_v6 = 0;
|
||||
meta.chk_tcp = 0;
|
||||
meta.chk_udp_v4 = 0;
|
||||
meta.chk_tcp_v6 = 0;
|
||||
meta.chk_tcp_v4 = 0;
|
||||
|
||||
packet.extract(hdr.ethernet);
|
||||
transition select(hdr.ethernet.ethertype){
|
||||
|
|
Loading…
Reference in a new issue