Re: [PATCH net-next] net: Add tos to validate source tracepoint

2015-08-31 Thread David Miller
From: David Ahern Date: Mon, 31 Aug 2015 09:57:12 -0600 > TOS is another key aspect of the lookup passed to fib_validate_source. > Add it to the tracepoint. > > Signed-off-by: David Ahern Applied. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to

[PATCH net-next] net: Add tos to validate source tracepoint

2015-08-31 Thread David Ahern
TOS is another key aspect of the lookup passed to fib_validate_source. Add it to the tracepoint. Signed-off-by: David Ahern --- include/trace/events/fib.h | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/include/trace/events/fib.h b/include/trace/events/fib.h index 4030f