git: 1b7f08b917a1 - main - ifnet(9): Duplicates for IFCAP_TOE flags removed.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 10 Sep 2022 01:40:22 UTC
The branch main has been updated by maxim: URL: https://cgit.FreeBSD.org/src/commit/?id=1b7f08b917a18e719707cf9f4856ad5e9b1c8521 commit 1b7f08b917a18e719707cf9f4856ad5e9b1c8521 Author: Maxim Konovalov <maxim@FreeBSD.org> AuthorDate: 2022-09-10 01:35:34 +0000 Commit: Maxim Konovalov <maxim@FreeBSD.org> CommitDate: 2022-09-10 01:35:34 +0000 ifnet(9): Duplicates for IFCAP_TOE flags removed. PR: 266330 --- share/man/man9/ifnet.9 | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/share/man/man9/ifnet.9 b/share/man/man9/ifnet.9 index dd203cb5580b..a1a8acdc5b0b 100644 --- a/share/man/man9/ifnet.9 +++ b/share/man/man9/ifnet.9 @@ -736,9 +736,9 @@ This Ethernet interface supports TCP6 Segmentation offloading. A shorthand for .Pq Dv IFCAP_TSO4 | IFCAP_TSO6 . .It Dv IFCAP_TOE4 -This Ethernet interface supports TCP offloading. +This Ethernet interface supports TCP4 Offload Engine. .It Dv IFCAP_TOE6 -This Ethernet interface supports TCP6 offloading. +This Ethernet interface supports TCP6 Offload Engine. .It Dv IFCAP_TOE A shorthand for .Pq Dv IFCAP_TOE4 | IFCAP_TOE6 . @@ -753,13 +753,6 @@ as those sent by .It Dv IFCAP_WOL A shorthand for .Pq Dv IFCAP_WOL_UCAST | IFCAP_WOL_MCAST | IFCAP_WOL_MAGIC . -.It Dv IFCAP_TOE4 -This Ethernet interface supports TCP4 Offload Engine. -.It Dv IFCAP_TOE6 -This Ethernet interface supports TCP6 Offload Engine. -.It Dv IFCAP_TOE -A shorthand for -.Pq Dv IFCAP_TOE4 | IFCAP_TOE6 . .It Dv IFCAP_VLAN_HWFILTER This interface supports frame filtering in hardware on .Xr vlan 4