On 7/27/21 7:42 AM, Justin Iurman wrote:
quoted
+ trace = RTA_DATA(tb[IOAM6_IPTUNNEL_TRACE]);
+
+ print_hex(PRINT_ANY, "type", "type %#06x ", ntohl(trace->type_be32) >> 8);
Uh oh... Should be %#08x instead, sorry for that. Should I submit a v3 to reflect it?
quoted
+ print_uint(PRINT_ANY, "ns", "ns %u ", ntohs(trace->namespace_id));
+ print_uint(PRINT_ANY, "size", "size %u ", trace->remlen * 4);
+}
+
roll it into v3.
(also, please chop unrelated content in the reply; it is easy to miss
that one line comment scrolling the long message)