]> git.proxmox.com Git - mirror_iproute2.git/commit - ip/iproute.c
ip route: Export print_rt_flags, print_rta_if and print_rta_gateway
authorDavid Ahern <dsahern@gmail.com>
Fri, 7 Jun 2019 22:38:12 +0000 (15:38 -0700)
committerDavid Ahern <dsahern@gmail.com>
Tue, 11 Jun 2019 17:30:55 +0000 (10:30 -0700)
commit48a1e96d908572fd165231fd771f59a05fc64f71
tree31b2808e84385ed4004ec05ba4f5fe9fde9e91ba
parent74829ca7dd603f25c5ecd22495ff5813cbdb60f0
ip route: Export print_rt_flags, print_rta_if and print_rta_gateway

Export print_rt_flags and print_rta_if for use by the nexthop
command.

Change print_rta_gateway to take the family versus rtmsg struct and
export for use by the nexthop command.

Signed-off-by: David Ahern <dsahern@gmail.com>
ip/ip_common.h
ip/iproute.c