diff options
author | yar <yar@FreeBSD.org> | 2004-02-21 14:11:57 +0000 |
---|---|---|
committer | yar <yar@FreeBSD.org> | 2004-02-21 14:11:57 +0000 |
commit | 2fbac50c9122d3b5a8630f57facf270add47fcb6 (patch) | |
tree | 35e09794f25d4eafacb1aeac184c3d073d8f6a37 | |
parent | 570158ff71cc1d6da7609d59dffdb5c05b47cfa6 (diff) | |
download | FreeBSD-src-2fbac50c9122d3b5a8630f57facf270add47fcb6.zip FreeBSD-src-2fbac50c9122d3b5a8630f57facf270add47fcb6.tar.gz |
The hardware tagging capability is set on the physical
interface that is parent to a vlan(4) interface,
not on the vlan(4) interface itself.
-rw-r--r-- | sbin/ifconfig/ifconfig.8 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8 index 5141556..ebf9b83 100644 --- a/sbin/ifconfig/ifconfig.8 +++ b/sbin/ifconfig/ifconfig.8 @@ -412,7 +412,7 @@ change the association to another physical interface, the existing association must be cleared first. .Pp Note: if the hardware tagging capability -is set on the vlan interface, the vlan pseudo +is set on the parent interface, the vlan pseudo interface's behavior changes: the vlan interface recognizes that the parent interface supports insertion and extraction of vlan tags on its |