From owner-cvs-all Mon Mar 13 11:18:16 2000 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 88A1937BF9C; Mon, 13 Mar 2000 11:18:12 -0800 (PST) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id LAA45359; Mon, 13 Mar 2000 11:18:12 -0800 (PST) (envelope-from archie@FreeBSD.org) Message-Id: <200003131918.LAA45359@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 13 Mar 2000 11:18:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_iface.c ng_iface.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/03/13 11:18:11 PST Modified files: sys/netgraph ng_iface.c ng_iface.h Log: Updates to the ng_iface(8) netgraph node type: - Make iface nodes removable on shutdown since FreeBSD now supports removable interfaces - Simplify supporting new protocols using family_enqueue(); add a few new ones including IPv6 - Add support for configurable interface mode using new NGM_IFACE_POINT2POINT and NGM_IFACE_BROADCAST control messages - Remove NGM_IFACE_GET_IFADDRS control message; it just duplicates the functionality of SIOCGIFCONF Revision Changes Path 1.8 +211 -177 src/sys/netgraph/ng_iface.c 1.2 +7 -3 src/sys/netgraph/ng_iface.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message