Thread (13 messages) flat view 13 messages, 3 authors, 2021-08-11

Re: [PATCH iproute2-next v2 2/3] New IOAM6 encap type for routes

From: David Ahern <hidden>
Date: 2021-07-29 02:45:02

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)
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help