Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2004 15:32:15 -0700 (PDT)
From:      Yar Tikhiy <yar@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_vlan.c
Message-ID:  <200405232232.i4NMWFvW002351@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
yar         2004/05/23 15:32:15 PDT

  FreeBSD src repository

  Modified files:
    sys/net              if_vlan.c 
  Log:
  Consult parent's if_capenable for active VLAN-related capabilities.
  This change is possible since all the relevant drivers have been
  fixed to set if_capenable properly.  The field if_capabilities tracks
  supported capabilities, which may be disabled administratively.
  
  Inheriting checksum offload support from the parent interface isn't
  that easy because the checksumming capabilities of the parent may be
  toggled on the fly.  Disable the code for now.
  
  Revision  Changes    Path
  1.62      +8 -1      src/sys/net/if_vlan.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200405232232.i4NMWFvW002351>