Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 14 Feb 2005 08:29:42 +0000 (UTC)
From:      Ruslan Ermilov <ru@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_ethersubr.c
Message-ID:  <200502140829.j1E8TgDs086634@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ru          2005-02-14 08:29:42 UTC

  FreeBSD src repository

  Modified files:
    sys/net              if_ethersubr.c 
  Log:
  If no vlan(4) interfaces are configured for the interface, and the
  driver did VLAN decapsulation in hardware, we were passing a frame
  as if it came for the parent (non-VLAN) interface.  Stop this from
  happening.
  
  Reminded by:    glebius
  Security:       This could pose a security risk in some setups
  
  Revision  Changes    Path
  1.183     +10 -3     src/sys/net/if_ethersubr.c



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