Re: RFC: L2TPv3 interface

2017-02-16 Thread Kengo NAKAHARA
Hi, On 2017/02/07 14:01, Kengo NAKAHARA wrote: > On 2017/01/20 21:26, Kengo NAKAHARA wrote: >> At first, here is updated patches. >> >> http://netbsd.org/~knakahara/if-l2tp-2/01-accept-ifname-include-digit.patch >>http://netbsd.org/~knakahara/if-l2tp-2/02-if-l2tp.patch > > I rebase and

Re: RFC: L2TPv3 interface

2017-02-06 Thread Kengo NAKAHARA
Hi, On 2017/01/20 21:26, Kengo NAKAHARA wrote: > At first, here is updated patches. >http://netbsd.org/~knakahara/if-l2tp-2/01-accept-ifname-include-digit.patch >http://netbsd.org/~knakahara/if-l2tp-2/02-if-l2tp.patch I rebase and add some fixes. Here is updated patch set and unified

Re: RFC: L2TPv3 interface

2017-01-22 Thread Kengo NAKAHARA
Hi, On 2017/01/20 21:26, Kengo NAKAHARA wrote: > On 2017/01/20 0:38, Taylor R Campbell wrote: >>Date: Thu, 19 Jan 2017 17:58:17 +0900 >>From: Kengo NAKAHARA >>+/* >>+ * l2tp_variant update API. >>+ * >>+ * Assumption: >>+ * reader side

Re: RFC: L2TPv3 interface

2017-01-20 Thread Joerg Sonnenberger
On Fri, Jan 20, 2017 at 09:26:52PM +0900, Kengo NAKAHARA wrote: > On 2017/01/20 0:38, Taylor R Campbell wrote: > >Date: Thu, 19 Jan 2017 17:58:17 +0900 > >From: Kengo NAKAHARA > > A few little comments: > > > >diff --git a/sys/net/if.c b/sys/net/if.c > >

Re: RFC: L2TPv3 interface

2017-01-20 Thread Kengo NAKAHARA
Hi riastradh@n.o, Thank you for your detailed review! At first, here is updated patches. http://netbsd.org/~knakahara/if-l2tp-2/01-accept-ifname-include-digit.patch http://netbsd.org/~knakahara/if-l2tp-2/02-if-l2tp.patch And then, each response is below. On 2017/01/20 0:38, Taylor R

Re: RFC: L2TPv3 interface

2017-01-19 Thread Taylor R Campbell
Date: Thu, 19 Jan 2017 17:58:17 +0900 From: Kengo NAKAHARA My co-workers implemented L2TPv3(RFC3931) interface for old version NetBSD. And then, I port the inteface to NetBSD-current and MP-ify. Here is the patch.

Re: RFC: L2TPv3 interface

2017-01-19 Thread Christos Zoulas
In article <93c56002-6eb8-0694-3b68-20805ed07...@iij.ad.jp>, Kengo NAKAHARA wrote: >Hi, > >My co-workers implemented L2TPv3(RFC3931) interface for old version NetBSD. >And then, I port the inteface to NetBSD-current and MP-ify. Here is the patch. >