cvs commit: src/sys/net if_vlan.c

Yar Tikhiy yar at FreeBSD.org
Sat Dec 30 13:10:26 PST 2006


yar         2006-12-30 21:10:26 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_vlan.c 
  Log:
  - Don't defer the removal of an 802.1q header for no real reason.
  - Micro-optimize the addition of an 802.1q header to match the removal code.
  - Consistently check for interfaces being up and running.
  - Consistently use NULL instead of 0 with pointers.
  
  Revision  Changes    Path
  1.117     +16 -25    src/sys/net/if_vlan.c


More information about the cvs-all mailing list