diff options
| author | Kristof Provost <kp@FreeBSD.org> | 2022-11-10 15:39:47 +0000 |
|---|---|---|
| committer | Kristof Provost <kp@FreeBSD.org> | 2022-11-10 15:39:47 +0000 |
| commit | 3d98e253febf816e6e2aea7d3b1c013c421895de (patch) | |
| tree | a38213425b24f9f4d4a88d63b97941173225d4e5 /share | |
| parent | 4deab7aed7642ca26e4706f4f51d658980f1f10d (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/altq.4 | 11 |
1 files 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 } |
