From: Lennart Sorensen Date: Tue, 24 Feb 2015 20:29:15 +0000 (-0500) Subject: Fix misspelling of defrag in ip-l2tp.8 X-Git-Tag: v4.0.0~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c9ae9bae6e097b1ff7e7273baf112b79b91f7e27;p=thirdparty%2Fiproute2.git Fix misspelling of defrag in ip-l2tp.8 --- diff --git a/man/man8/ip-l2tp.8 b/man/man8/ip-l2tp.8 index 2efda9f04..1738035f2 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