]> git.proxmox.com Git - mirror_iproute2.git/commit - include/utils.h
add support for the RTA_VIA attribute
authorEric W. Biederman <ebiederm@xmission.com>
Sun, 15 Mar 2015 19:52:06 +0000 (14:52 -0500)
committerStephen Hemminger <shemming@brocade.com>
Tue, 24 Mar 2015 22:45:23 +0000 (15:45 -0700)
commit93ae283594094f2808891ea544bf71cee645633e
treeae4ddf34580691aa593bc80c9c756434f00217be
parent8e8f8de42f86e6a625d089acfa64f032d4bc8d92
add support for the RTA_VIA attribute

Add support for the RTA_VIA attribute that specifies an address family
as well as an address for the next hop gateway.

To make it easy to pass this reorder inet_prefix so that it's tail
is a proper RTA_VIA attribute.

Signed-off-by: "Eric W. Biederman" <ebiederm@xmission.com>
include/utils.h
ip/iproute.c
man/man8/ip-route.8.in