Date: Mon, 13 Mar 2000 11:18:11 -0800 (PST) From: Archie Cobbs <archie@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_iface.c ng_iface.h Message-ID: <200003131918.LAA45359@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200003131918.LAA45359>