From owner-cvs-all Tue Jul 24 10:14:47 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 60F1B37B409; Tue, 24 Jul 2001 10:14:37 -0700 (PDT) (envelope-from fenner@FreeBSD.org) Received: (from fenner@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f6OHEbA01919; Tue, 24 Jul 2001 10:14:37 -0700 (PDT) (envelope-from fenner) Message-Id: <200107241714.f6OHEbA01919@freefall.freebsd.org> From: Bill Fenner Date: Tue, 24 Jul 2001 10:14:37 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net if_vlan.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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