mirror of
https://git.proxmox.com/git/mirror_iproute2
synced 2025-12-16 21:44:20 +00:00
Fix misspelling of defrag in ip-l2tp.8
This commit is contained in:
parent
2dd5909d9d
commit
c9ae9bae6e
@ -356,16 +356,16 @@ the recipient expects to receive ethernet frames exactly as
|
|||||||
transmitted. In such cases, it is important that frames leaving the
|
transmitted. In such cases, it is important that frames leaving the
|
||||||
tunnel are reassembled back into a single frame before being
|
tunnel are reassembled back into a single frame before being
|
||||||
forwarded on. To do so, enable netfilter connection tracking
|
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.
|
each tunnel endpoint.
|
||||||
.PP
|
.PP
|
||||||
.nf
|
.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
|
.fi
|
||||||
.PP
|
.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
|
.SH INTEROPERABILITY
|
||||||
.PP
|
.PP
|
||||||
Unmanaged (static) L2TPv3 tunnels are supported by some network
|
Unmanaged (static) L2TPv3 tunnels are supported by some network
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user