[PATCH iproute2 v2 7/9] l2tp: support sequence numbering

2016-11-16 Thread Asbjørn Sloth Tønnesen
This patch implement and documents the user interface for sequence numbering. Signed-off-by: Asbjørn Sloth Tønnesen --- ip/ipl2tp.c| 23 +++ man/man8/ip-l2tp.8 | 15 +++ 2 files changed, 38 insertions(+) diff --git a/ip/ipl2tp.c b/ip/ipl2tp.c index f5d411

[PATCH iproute2 5/7] l2tp: support sequence numbering

2016-11-04 Thread Asbjørn Sloth Tønnesen
Signed-off-by: Asbjørn Sloth Tønnesen --- ip/ipl2tp.c| 23 +++ man/man8/ip-l2tp.8 | 15 +++ 2 files changed, 38 insertions(+) diff --git a/ip/ipl2tp.c b/ip/ipl2tp.c index af89e2f..6d00d09 100644 --- a/ip/ipl2tp.c +++ b/ip/ipl2tp.c @@ -246,6 +246,12 @@ stat

Re: [iproute PATCH] ipl2tp: Print help even on systems without l2tp support

2016-03-02 Thread Stephen Hemminger
On Wed, 24 Feb 2016 09:12:47 +0100 Phil Sutter wrote: > Signed-off-by: Phil Sutter Applied

[iproute PATCH] ipl2tp: Print help even on systems without l2tp support

2016-02-24 Thread Phil Sutter
Signed-off-by: Phil Sutter --- ip/ipl2tp.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/ip/ipl2tp.c b/ip/ipl2tp.c index f050880eef02a..3e3b21ddfb7fe 100644 --- a/ip/ipl2tp.c +++ b/ip/ipl2tp.c @@ -720,6 +720,9 @@ static int do_show(int argc, char **argv) int do_ip

Re: L2TP support?

2007-03-22 Thread Jorge Boncompte [DTI2]
- Original Message - From: "James Chapman" <[EMAIL PROTECTED]> To: "Ingo Oeser" <[EMAIL PROTECTED]> Cc: Sent: Thursday, March 22, 2007 9:13 PM Subject: Re: L2TP support? Yes there is. There's a pppd plugin which comes with the openl2tp proj

Re: L2TP support?

2007-03-22 Thread James Chapman
Hi Ingo, Ingo Oeser wrote: Hi James, James Chapman schrieb: Is there interest in adding L2TP support? Yes, if there is also a user space part somewhere. Yes there is. There's a pppd plugin which comes with the openl2tp project, http://sf.net/projects/openl2tp. OpenL2TP supports bot

Re: L2TP support?

2007-03-22 Thread Ingo Oeser
Hi James, James Chapman schrieb: > Is there interest in adding L2TP support? Yes, if there is also a user space part somewhere. > I have a patch which could be submitted for review. The PPPoL2TP driver > presents a PPPoX socket to userspace pppd in the same way as the PPPoE >

L2TP support?

2007-03-22 Thread James Chapman
Is there interest in adding L2TP support? I have a patch which could be submitted for review. The PPPoL2TP driver presents a PPPoX socket to userspace pppd in the same way as the PPPoE and PPPoATM drivers. The kernel handles all data traffic, while userspace daemons do L2TP and PPP control