* [PATCH V2] Fix misspelling of defrag in ip-l2tp.8
@ 2015-02-25 18:59 Lennart Sorensen
2015-02-25 22:43 ` Jeremiah Mahler
0 siblings, 1 reply; 3+ messages in thread
From: Lennart Sorensen @ 2015-02-25 18:59 UTC (permalink / raw)
To: Len Sorensen; +Cc: netdev, James Chapman
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 <lsorense@csclub.uwaterloo.ca>
---
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
--
1.7.10.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH V2] Fix misspelling of defrag in ip-l2tp.8
2015-02-25 18:59 [PATCH V2] Fix misspelling of defrag in ip-l2tp.8 Lennart Sorensen
@ 2015-02-25 22:43 ` Jeremiah Mahler
2015-02-26 16:28 ` Lennart Sorensen
0 siblings, 1 reply; 3+ messages in thread
From: Jeremiah Mahler @ 2015-02-25 22:43 UTC (permalink / raw)
To: Lennart Sorensen; +Cc: netdev, James Chapman
Lennart,
On Wed, Feb 25, 2015 at 01:59:42PM -0500, Lennart Sorensen wrote:
> Somehow defrag was spelled degrag everywhere it occoured in the ip-l2tp
^^^^^^^^
Your patch to fix spelling errors has a spelling error in the log
message ;-)
> 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 <lsorense@csclub.uwaterloo.ca>
> ---
[...]
--
- Jeremiah Mahler
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH V2] Fix misspelling of defrag in ip-l2tp.8
2015-02-25 22:43 ` Jeremiah Mahler
@ 2015-02-26 16:28 ` Lennart Sorensen
0 siblings, 0 replies; 3+ messages in thread
From: Lennart Sorensen @ 2015-02-26 16:28 UTC (permalink / raw)
To: Jeremiah Mahler, netdev, James Chapman
On Wed, Feb 25, 2015 at 02:43:59PM -0800, Jeremiah Mahler wrote:
> Lennart,
>
> On Wed, Feb 25, 2015 at 01:59:42PM -0500, Lennart Sorensen wrote:
> > Somehow defrag was spelled degrag everywhere it occoured in the ip-l2tp
> ^^^^^^^^
> Your patch to fix spelling errors has a spelling error in the log
> message ;-)
I knew I should have run a spell check on it. At least I got rid of
the spelling problems in the man page.
--
Len Sorensen
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-02-26 16:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-25 18:59 [PATCH V2] Fix misspelling of defrag in ip-l2tp.8 Lennart Sorensen
2015-02-25 22:43 ` Jeremiah Mahler
2015-02-26 16:28 ` Lennart Sorensen
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox