Re: [PATCH net-next] iproute2: MPLS support
From: Stephen Hemminger <hidden>
Date: 2015-03-24 22:36:09
On Fri, 13 Mar 2015 13:50:11 -0500 ebiederm@xmission.com (Eric W. Biederman) wrote:
This set of changes adds support for nexthops in different
address families, with the new netlink RTA_VIA option.
Support is added for routes that change the destination address (as MPLS
does) with the RTA_NEWDST attribute.
Support for MPLS addresses is added (for multiple labels I
had to make up the syntax I used label/label/label as it fits in
well with addresses that don't have a space in them).
Support for these options is merged into David's net-next kernel
tree, and the meaning of the options is unlikely to change in any
significant way before this code merges upstream.
The documentation has been updated to report that the new options
are present and to report roughly what they do. This includes
ip --help and the man pages.
Eric W. Biederman (8):
iproute2: Add a source addres length parameter to rt_addr_n2a
iproute2: Make the addr argument of ll_addr_n2a const
iproute2: Add support for printing AF_PACKET addresses
iproute2: Add address family to/from string helper functions.
iproute2: misc whitespace cleanup
iproute2: Add support for RTA_VIA attributes
iproute2: Add support for the RTA_NEWDST attribute.
iproute2: Add basic mpls support to iprouteApplied to net-next branch of iproute. Only change was to use result of kernel make headers_install version of mpls.h