From owner-cvs-all Mon Aug 14 18: 5:59 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 07F7337B86E; Mon, 14 Aug 2000 18:05:53 -0700 (PDT) (envelope-from archie@FreeBSD.org) Received: (from archie@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id SAA38856; Mon, 14 Aug 2000 18:05:52 -0700 (PDT) (envelope-from archie@FreeBSD.org) Message-Id: <200008150105.SAA38856@freefall.freebsd.org> From: Archie Cobbs Date: Mon, 14 Aug 2000 18:05:52 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_ether.c ng_ether.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG archie 2000/08/14 18:05:52 PDT Modified files: sys/netgraph ng_ether.c ng_ether.h Log: Add three more control messages to complement their opposites: NGM_ETHER_SET_ENADDR, NGM_ETHER_GET_PROMISC, and NGM_ETHER_GET_AUTOSRC. Alter parsing algorithm so the EN address really looks like one. Revision Changes Path 1.8 +100 -10 src/sys/netgraph/ng_ether.c 1.5 +5 -2 src/sys/netgraph/ng_ether.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message