git: 3d98e253febf - main - man4: if_bridge and if_vlan do support ALTQ
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 10 Nov 2022 15:42:32 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=3d98e253febf816e6e2aea7d3b1c013c421895de commit 3d98e253febf816e6e2aea7d3b1c013c421895de Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2022-11-10 15:39:47 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2022-11-10 15:39:47 +0000 man4: if_bridge and if_vlan do support ALTQ if_vlan(4) has supported ALTQ since 2e5ff01d0a, and if_bridge since eb680a63de. Sponsored by: Rubicon Communications, LLC ("Netgate") --- share/man/man4/altq.4 | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/share/man/man4/altq.4 b/share/man/man4/altq.4 index ba64f7ebe45d..a84152081ba4 100644 --- a/share/man/man4/altq.4 +++ b/share/man/man4/altq.4 @@ -172,19 +172,14 @@ and .Xr xl 4 . .Pp The -.Xr tun 4 +.Xr tun 4 , +.Xr if_bridge 4 , +.Xr if_vlan 4 , and .Xr ng_iface 4 pseudo drivers also do support .Nm . .Pp -The -.Xr vlan 4 -driver does not directly support -.Nm , -but as packets (mbufs) are passed to the underlying interface, a queue -can be defined for the underlying interface, and any packets directed -to the queue will be processed at the interface level. An example: .Bd -literal -offset indent altq on igb0 cbq queue { def aq }