cvs commit: src/sys/net if_vlan.c
Sam Leffler
sam at FreeBSD.org
Fri Sep 5 13:59:01 PDT 2003
sam 2003/09/05 13:58:59 PDT
FreeBSD src repository
Modified files:
sys/net if_vlan.c
Log:
Add locking. We use a single lock to guard the global vlan list and also
to protect the vlan state in each ifnet (e.g. vlan count). The latter is
probably better handled through an ifnet-centric means but since changes
are infrequent shouldn't matter for now.
Sponsored by: FreeBSD Foundation
Revision Changes Path
1.52 +47 -17 src/sys/net/if_vlan.c
More information about the cvs-src
mailing list