]> git.ipfire.org Git - thirdparty/iproute2.git/commit
ip: print_rta_if takes ifindex as device argument instead of attribute
authorNikolay Aleksandrov <nikolay@nvidia.com>
Thu, 30 Sep 2021 11:38:33 +0000 (14:38 +0300)
committerDavid Ahern <dsahern@kernel.org>
Mon, 4 Oct 2021 00:23:31 +0000 (18:23 -0600)
commitf72789965effde12c29e50946281b3ebbaadbc51
tree72327c59924a97e91fc7dc682fa1321edacf6e75
parentc8c9111a4cc5a8aafc0f68e4a60e02d654254d59
ip: print_rta_if takes ifindex as device argument instead of attribute

We need print_rta_if() to take ifindex directly so later we can use it
with cached converted nexthop objects.

Signed-off-by: Nikolay Aleksandrov <nikolay@nvidia.com>
Signed-off-by: David Ahern <dsahern@kernel.org>
ip/ip_common.h
ip/ipnexthop.c
ip/iproute.c