From owner-cvs-sys Tue Jan 7 11:15:39 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA05405 for cvs-sys-outgoing; Tue, 7 Jan 1997 11:15:39 -0800 (PST) Received: (from wollman@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id LAA05398; Tue, 7 Jan 1997 11:15:37 -0800 (PST) Date: Tue, 7 Jan 1997 11:15:37 -0800 (PST) From: Garrett Wollman Message-Id: <199701071915.LAA05398@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-sys Subject: cvs commit: src/sys/net if.c if_ethersubr.c if_var.h Sender: owner-cvs-sys@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wollman 97/01/07 11:15:37 Modified: sys/net if.c if_ethersubr.c if_var.h Log: Checkpoint the beginnings of the new kernel interface for multicast group memberships. This is not actually operative at the moment (a lot of other code still needs to be changed), but this seemed like a useful reference point to check in so that others (i.e. Bill Fenner) have fair warning of where we are going. Revision Changes Path 1.39 +179 -1 src/sys/net/if.c 1.30 +52 -1 src/sys/net/if_ethersubr.c 1.2 +23 -1 src/sys/net/if_var.h