From mboxrd@z Thu Jan 1 00:00:00 1970 From: James Chapman Subject: [PATCH 0/2] iproute2: add support for L2TP over IPv6, add manpage Date: Tue, 1 May 2012 15:25:21 +0100 Message-ID: <1335882323-6219-1-git-send-email-jchapman@katalix.com> To: netdev@vger.kernel.org Return-path: Received: from katalix.com ([82.103.140.233]:47479 "EHLO mail.katalix.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756569Ab2EAOZ1 (ORCPT ); Tue, 1 May 2012 10:25:27 -0400 Received: from localhost.localdomain (jchapman.plus.com [80.229.30.198]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: james) by mail.katalix.com (Postfix) with ESMTPSA id 6BBCBA62114 for ; Tue, 1 May 2012 15:25:24 +0100 (BST) Sender: netdev-owner@vger.kernel.org List-ID: The "ip l2tp" commands already support L2TP over IPv4. These patches add support for L2TP over IPv6 and add a man page covering the command set. The patches depend on the L2TP IPv6 patch series recently applied to net-next. The local copy of kernel header files should be updated in the iproute2 tree before applying these patches. Chris Elston (1): iproute2: allow IPv6 addresses for l2tp local and remote parameters James Chapman (1): iproute2: add ip-l2tp man page ip/ipl2tp.c | 59 ++++++-- man/man8/ip-l2tp.8 | 376 ++++++++++++++++++++++++++++++++++++++++++++++++++++ man/man8/ip.8 | 3 +- 3 files changed, 423 insertions(+), 15 deletions(-) create mode 100644 man/man8/ip-l2tp.8