Rewrite one check to bit<1>
This commit is contained in:
parent
9f5b9fb0c9
commit
d1cc9d2643
3 changed files with 3 additions and 3 deletions
|
|
@ -16,7 +16,7 @@ parser MyParser(packet_in packet,
|
|||
|
||||
meta.chk_icmp = false;
|
||||
meta.chk_icmp6 = false;
|
||||
meta.chk_icmp6_na_ns = false;
|
||||
meta.chk_icmp6_na_ns = 0;
|
||||
|
||||
packet.extract(hdr.ethernet);
|
||||
transition select(hdr.ethernet.ethertype){
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue