From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Hemminger Subject: Re: [PATCH 1/2] iproute2: allow IPv6 addresses for l2tp local and remote parameters Date: Thu, 26 Apr 2012 08:11:03 -0700 Message-ID: <20120426081103.47237772@nehalam.linuxnetplumber.net> References: <1334921383-32109-1-git-send-email-jchapman@katalix.com> <1334921383-32109-2-git-send-email-jchapman@katalix.com> <20120425131311.0de3b94f@nehalam.linuxnetplumber.net> <4F990815.9000007@katalix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org, Chris Elston To: James Chapman Return-path: Received: from mail.vyatta.com ([76.74.103.46]:48847 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756609Ab2DZPLI (ORCPT ); Thu, 26 Apr 2012 11:11:08 -0400 In-Reply-To: <4F990815.9000007@katalix.com> Sender: netdev-owner@vger.kernel.org List-ID: On Thu, 26 Apr 2012 09:32:21 +0100 James Chapman wrote: > On 25/04/12 21:13, Stephen Hemminger wrote: > > On Fri, 20 Apr 2012 12:29:42 +0100 > > James Chapman wrote: > > > >> From: Chris Elston > >> > >> 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 > >> Signed-off-by: James Chapman > > > > Accepted. > > The kernel patches that this code depends on aren't in the tree yet > (kernel header file update). It uses new netlink attributes so the > iproute2 git compile fails. > > I suggest revert the patch for now. I'll resubmit when the dependencies > are in the netdev tree. > > Okay thanks.