From patchwork Wed Feb 25 18:59:42 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lennart Sorensen X-Patchwork-Id: 443605 X-Patchwork-Delegate: shemminger@vyatta.com Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 9AA56140129 for ; Thu, 26 Feb 2015 05:59:48 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752735AbbBYS7o (ORCPT ); Wed, 25 Feb 2015 13:59:44 -0500 Received: from mail.csclub.uwaterloo.ca ([129.97.134.52]:53700 "EHLO mail.csclub.uwaterloo.ca" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751479AbbBYS7n (ORCPT ); Wed, 25 Feb 2015 13:59:43 -0500 Received: from caffeine.csclub.uwaterloo.ca (caffeine.csclub.uwaterloo.ca [129.97.134.17]) by mail.csclub.uwaterloo.ca (Postfix) with SMTP id 28B7628DC2; Wed, 25 Feb 2015 13:59:42 -0500 (EST) Received: by caffeine.csclub.uwaterloo.ca (sSMTP sendmail emulation); Wed, 25 Feb 2015 13:59:42 -0500 From: "Lennart Sorensen" Date: Wed, 25 Feb 2015 13:59:42 -0500 To: Len Sorensen Cc: netdev@vger.kernel.org, James Chapman Subject: [PATCH V2] Fix misspelling of defrag in ip-l2tp.8 Message-ID: <20150225185942.GA22050@csclub.uwaterloo.ca> MIME-Version: 1.0 Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) Sender: netdev-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org Somehow defrag was spelled degrag everywhere it occoured in the ip-l2tp man page. nf_degrag_ipv4 seemed like an odd name for the module and couldn't be located, so better fix the man page. Signed-off-by: Len Sorensen --- man/man8/ip-l2tp.8 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/man/man8/ip-l2tp.8 b/man/man8/ip-l2tp.8 index 2efda9f..1738035 100644 --- a/man/man8/ip-l2tp.8 +++ b/man/man8/ip-l2tp.8 @@ -356,16 +356,16 @@ the recipient expects to receive ethernet frames exactly as transmitted. In such cases, it is important that frames leaving the tunnel are reassembled back into a single frame before being forwarded on. To do so, enable netfilter connection tracking -(conntrack) or manually load the Linux netfilter degrag modules at +(conntrack) or manually load the Linux netfilter defrag modules at each tunnel endpoint. .PP .nf -site-A:# modprobe nf_degrag_ipv4 +site-A:# modprobe nf_defrag_ipv4 -site-B:# modprobe nf_degrag_ipv4 +site-B:# modprobe nf_defrag_ipv4 .fi .PP -If L2TP is being used over IPv6, use the IPv6 degrag module. +If L2TP is being used over IPv6, use the IPv6 defrag module. .SH INTEROPERABILITY .PP Unmanaged (static) L2TPv3 tunnels are supported by some network