From 8913cb8c3a3b8a43604153b55e483461640d1ace Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Wed, 6 Mar 2019 13:50:03 +0100 Subject: [PATCH] Still getting json error, trying to short variable name --- p4src/headers.p4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/p4src/headers.p4 b/p4src/headers.p4 index 3f64313..75eb938 100644 --- a/p4src/headers.p4 +++ b/p4src/headers.p4 @@ -134,7 +134,7 @@ struct metadata { task_t task; bit<16> tcp_length; bit<32> cast_length; - bool calc_icmp6_checksum; + bool clength; } #endif \ No newline at end of file