Roopa Prabhu (3): libnetlink: introduce rta_nest and u8,u16,u64 helpers for nesting within rtattr lwtunnel: Add encapsulation support to ip route ip-route man: add usage and description for lwtunnel encap attributes
include/libnetlink.h | 10 +++ include/utils.h | 3 + ip/Makefile | 2 +- ip/iproute.c | 39 +++++++-- ip/iproute_lwtunnel.c | 228 +++++++++++++++++++++++++++++++++++++++++++++++++ ip/iproute_lwtunnel.h | 8 ++ lib/libnetlink.c | 31 +++++++ man/man8/ip-route.8.in | 70 ++++++++++++++- 8 files changed, 384 insertions(+), 7 deletions(-) create mode 100644 ip/iproute_lwtunnel.c create mode 100644 ip/iproute_lwtunnel.h -- 2.4.3 -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html