Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Oct 2001 22:02:11 -0700 (PDT)
From:      Bill Fenner <fenner@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/net if_vlan.c
Message-ID:  <200110060502.f9652BI40689@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fenner      2001/10/05 22:02:11 PDT

  Modified files:
    sys/net              if_vlan.c 
  Log:
  - Fix typo in "didn't find tag in list" code -- != should have been ==.
    This fixes the panic when receiving a packet with an unknown tag, and
    also allows reception of packets with known tags.
  - Allow overlapping tag number spaces when using multiple hardware-assisted
    VLAN parent devices (by comparing the parent interface in
    vlan_input_tag() just as in vlan_input() ).
  - fix typo in comment
  
  MFC after:	1 week
  
  Revision  Changes    Path
  1.33      +6 -5      src/sys/net/if_vlan.c


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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