Remove unused meta field
This commit is contained in:
parent
bd86fb4bc5
commit
260857b457
1 changed files with 0 additions and 1 deletions
|
@ -260,7 +260,6 @@ control MyComputeChecksum(inout headers hdr, inout metadata meta) {
|
||||||
{
|
{
|
||||||
hdr.ipv6.src_addr, /* 128 */
|
hdr.ipv6.src_addr, /* 128 */
|
||||||
hdr.ipv6.dst_addr, /* 128 */
|
hdr.ipv6.dst_addr, /* 128 */
|
||||||
meta.cast_length, /* 32 */
|
|
||||||
24w0, /* 24 0's */
|
24w0, /* 24 0's */
|
||||||
PROTO_ICMP6 /* 8 */
|
PROTO_ICMP6 /* 8 */
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue