From owner-cvs-all Mon Feb 5 10:57:33 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 D535137B401; Mon, 5 Feb 2001 10:57:11 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f15IvBY56224; Mon, 5 Feb 2001 10:57:11 -0800 (PST) (envelope-from julian) Message-Id: <200102051857.f15IvBY56224@freefall.freebsd.org> From: Julian Elischer Date: Mon, 5 Feb 2001 10:57:11 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph netgraph.h ng_base.c ng_socket.c X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/02/05 10:57:11 PST Modified files: sys/netgraph netgraph.h ng_base.c ng_socket.c Log: Make netgraph modules refuse to link with modules of a different ABI version. also try implement teh documented behaviour in socket nodes so that when there is only one hook, an unaddressed write/send will DTRT and send the data to that hook. Revision Changes Path 1.26 +4 -2 src/sys/netgraph/netgraph.h 1.46 +3 -2 src/sys/netgraph/ng_base.c 1.24 +71 -38 src/sys/netgraph/ng_socket.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message