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: Wed, 25 Apr 2012 13:13:11 -0700 Message-ID: <20120425131311.0de3b94f@nehalam.linuxnetplumber.net> References: <1334921383-32109-1-git-send-email-jchapman@katalix.com> <1334921383-32109-2-git-send-email-jchapman@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]:39210 "EHLO mail.vyatta.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1758558Ab2DYUNS (ORCPT ); Wed, 25 Apr 2012 16:13:18 -0400 In-Reply-To: <1334921383-32109-2-git-send-email-jchapman@katalix.com> Sender: netdev-owner@vger.kernel.org List-ID: 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.