Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Jul 2001 10:14:37 -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:  <200107241714.f6OHEbA01919@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
fenner      2001/07/24 10:14:37 PDT

  Modified files:
    sys/net              if_vlan.c 
  Log:
  Eliminate the panic, reported by Daniel Sobral, which occurs when
  vlan_unconfig()-ing an interface on which multicast groups have been
  joined.  Instead, keep the list of groups around (and, in fact, allow
  changing of the membership list) and re-join them when the vlan interface
  is reassociated with a lower level interface.
  
  Revision  Changes    Path
  1.30      +37 -18    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?200107241714.f6OHEbA01919>