e2780880761df1ab1e8249653e9a18d19d66ae81 |
|
26-Apr-2012 |
Stephen Hemminger <shemminger@vyatta.com> |
Revert "iproute2: allow IPv6 addresses for l2tp local and remote parameters" This reverts commit 16eba34485b7275f1b72d6c480d7062127617370. Hold off until next release.
/external/iproute2/ip/ipl2tp.c
|
16eba34485b7275f1b72d6c480d7062127617370 |
|
20-Apr-2012 |
Chris Elston <celston@katalix.com> |
iproute2: allow IPv6 addresses for l2tp local and remote parameters Adds support for parsing IPv6 addresses to the parameters local and remote in the l2tp commands. Requires netlink attributes L2TP_ATTR_IP6_SADDR and L2TP_ATTR_IP6_DADDR, added in a required kernel patch already submitted to netdev. Also enables printing of IPv6 addresses returned by the L2TP_CMD_TUNNEL_GET request. Signed-off-by: Chris Elston <celston@katalix.com> Signed-off-by: James Chapman <jchapman@katalix.com>
/external/iproute2/ip/ipl2tp.c
|
ae5555d3342299252b8690ead236694b7dc660c9 |
|
26-Mar-2012 |
João Valverde <jpv950@gmail.com> |
ipl2tp: allow setting session interface name Hi, I've attached a trivial patch for iproute2 to allow naming interfaces created with "ip l2tp add session". I believe patches should go through the netdev mailing list but this patch is so small I figured that would just add noise. Hope that's OK. Originally I thought I would need a bigger patch and was going to take a stab at implementing something like ip l2tp add tunnel L2TP_TUNNEL_ARGS ip link add name NAME [ LINK_OPTS ] type l2tp L2TP_SESSION_ARGS (a better interface IMHO) but all the code was there already, all that I needed to add was option parsing. Thanks, João Valverde From fd8c3b712527d2e959aeabc6f6b71a9910e7be7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Valverde?= <joao.valverde@ist.utl.pt> Date: Mon, 26 Mar 2012 18:30:56 +0100 Subject: [PATCH] ipl2tp: allow setting session interface name
/external/iproute2/ip/ipl2tp.c
|
13603f6a9e46f08576f6284a0ef1ce1fbf94ffe0 |
|
10-Jan-2012 |
Stephen Hemminger <shemminger@vyatta.com> |
iplt2p: remove unused libnl headers Leftover from change to original code.
/external/iproute2/ip/ipl2tp.c
|
38cd311adef818a891a0d9fa778969419fe55141 |
|
24-Dec-2011 |
Stephen Hemminger <shemminger@vyatta.com> |
l2tp: Add l2tp support Based on earlier implementation by James Chapman. But instead of dragging in all of libnl, use existing libnetlink infrastructure.
/external/iproute2/ip/ipl2tp.c
|