brooks      2005-08-15 20:27:34 UTC
  FreeBSD src repository
  Modified files:
    sys/net              if_vlan.c 
  Log:
  Vlan interfaces change their type after ether_ifattach() so we needs to
  use if_free_type(ifp, IFT_ETHER) to delete them and stop leaking struct
  arpcoms.
  
  Reported by:    thompsa
  MFC After:      3 days
  
  Revision  Changes    Path
  1.81      +1 -1      src/sys/net/if_vlan.c