ifconfig.8: Add the missing option -vlanhwcsum
Commit 9b776960c3276c47528435f343b3b6d0143113a8 documented a new option vlanhwcsum but missed the opposite one -vlanhwcsum. Reviewed by: kp Differential Revision: https://reviews.freebsd.org/D32887
This commit is contained in:
parent
c4026909bd
commit
55b0acc092
@ -28,7 +28,7 @@
|
|||||||
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
|
.\" From: @(#)ifconfig.8 8.3 (Berkeley) 1/5/94
|
||||||
.\" $FreeBSD$
|
.\" $FreeBSD$
|
||||||
.\"
|
.\"
|
||||||
.Dd April 29, 2021
|
.Dd November 8, 2021
|
||||||
.Dt IFCONFIG 8
|
.Dt IFCONFIG 8
|
||||||
.Os
|
.Os
|
||||||
.Sh NAME
|
.Sh NAME
|
||||||
@ -587,10 +587,10 @@ Note that this must be configured on a physical interface associated with
|
|||||||
not on a
|
not on a
|
||||||
.Xr vlan 4
|
.Xr vlan 4
|
||||||
interface itself.
|
interface itself.
|
||||||
.It Fl vlanmtu , vlanhwtag , vlanhwfilter , vlanhwtso
|
.It Fl vlanmtu , vlanhwtag , vlanhwfilter , vlanhwcsum , vlanhwtso
|
||||||
If the driver offers user-configurable VLAN support, disable
|
If the driver offers user-configurable VLAN support, disable
|
||||||
reception of extended frames, tag processing in hardware,
|
reception of extended frames, tag processing in hardware,
|
||||||
frame filtering in hardware, or TSO on VLAN,
|
frame filtering in hardware, checksum offloading, or TSO on VLAN,
|
||||||
respectively.
|
respectively.
|
||||||
.It Cm vxlanhwcsum , vxlanhwtso
|
.It Cm vxlanhwcsum , vxlanhwtso
|
||||||
If the driver offers user-configurable VXLAN support, enable inner checksum
|
If the driver offers user-configurable VXLAN support, enable inner checksum
|
||||||
|
Loading…
x
Reference in New Issue
Block a user