diff options
author | David Ahern <dsahern@gmail.com> | 2019-04-02 14:11:54 -0700 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2019-04-03 21:50:20 -0700 |
commit | 0af7e7c128eb33f2dc16ed088ced00675785d628 (patch) | |
tree | 5ece953a4ef809870dd5ec83abcbe4e1896b6ea6 /ipc | |
parent | 4950c2ba49cc6f2b38dbedcfa0ff67acf761419a (diff) | |
download | linux-0af7e7c128eb33f2dc16ed088ced00675785d628.tar.gz linux-0af7e7c128eb33f2dc16ed088ced00675785d628.tar.bz2 linux-0af7e7c128eb33f2dc16ed088ced00675785d628.zip |
ipv4: Update fib_table_lookup tracepoint to take common nexthop
Update fib_table_lookup tracepoint to take a fib_nh_common struct and
dump the v6 gateway address if the nexthop uses it.
Over the years saddr has not proven useful and the output of the
tracepoint produces very long lines. Since saddr is not part of
fib_nh_common, drop it. If it needs to be added later, fib_nh which
contains saddr can be obtained from a fib_nh_common via container_of.
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'ipc')
0 files changed, 0 insertions, 0 deletions