]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Clarify throughout the vlan(4) code the difference between a "tag" (the
authorrwatson <rwatson@FreeBSD.org>
Thu, 12 Jan 2012 18:39:37 +0000 (18:39 +0000)
committerrwatson <rwatson@FreeBSD.org>
Thu, 12 Jan 2012 18:39:37 +0000 (18:39 +0000)
commitea95a90ac2f573bd82e13af603ed7972bab42635
tree07b9bfaa4630f35ad794c167f45da01fb775a1eb
parentbc3ccc0a0014a72728da14afed61b31a74b2c95a
Clarify throughout the vlan(4) code the difference between a "tag" (the
802.1q-defined 16-bit VID, CFI, and PCP field in host by order) and a
VLAN ID (VID).  Tags go in packets.  VIDs identify VLANs.

No functional change is intended, so this should be safe to MFC.  Further
cleanup with functional changes will be committed separately (for example,
renaming vlan_tag/vlan_tag_p, which modify the KPI and KBI).

Reviewed by: bz
Sponsored by: ADARA Networks, Inc.
MFC after: 3 days
sys/net/if_vlan.c
sys/net/if_vlan_var.h