From owner-cvs-all Sun Jan 28 7:37:31 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 1EC9E37B400; Sun, 28 Jan 2001 07:37:07 -0800 (PST) Received: (from julian@localhost) by freefall.freebsd.org (8.11.1/8.11.1) id f0SFb7395096; Sun, 28 Jan 2001 07:37:07 -0800 (PST) (envelope-from julian) Message-Id: <200101281537.f0SFb7395096@freefall.freebsd.org> From: Julian Elischer Date: Sun, 28 Jan 2001 07:37:06 -0800 (PST) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_one2many.c ng_one2many.h src/share/man/man4 ng_one2many.4 X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG julian 2001/01/28 07:37:06 PST Modified files: sys/netgraph ng_one2many.c ng_one2many.h share/man/man4 ng_one2many.4 Log: Add a new distribution algorythm to the 'one2many' node type. The new method is 'flood' (in addition to the old round-robin) in which incoming packets are sent to more than one outgoing hook. (I'm not sure what Rogier is using this for but it seems generally useful and isn't much extra) Submitted by: Rogier R. Mulhuijzen (drwilco@drwilco.net ) Revision Changes Path 1.6 +52 -4 src/sys/netgraph/ng_one2many.c 1.3 +4 -1 src/sys/netgraph/ng_one2many.h 1.4 +24 -9 src/share/man/man4/ng_one2many.4 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message