cvs commit: src/sys/net if_vlan.c

Yar Tikhiy yar at FreeBSD.org
Tue May 25 07:30:33 PDT 2004


yar         2004/05/25 07:30:12 PDT

  FreeBSD src repository

  Modified files:
    sys/net              if_vlan.c 
  Log:
  After all the relevant drivers have been fixed, fix vlan(4) itself
  WRT manipulating capabilities of the parent interface:
  
  - use ioctl(SIOCSIFCAP) to toggle VLAN_MTU (the way that was done
    before was just wrong);
  
  - use the right order of conditional clauses to set the MTU fudge
    (that is logically independent from toggling VLAN_MTU.)
  
  Revision  Changes    Path
  1.63      +27 -27    src/sys/net/if_vlan.c


More information about the cvs-src mailing list