Date: Tue, 23 Nov 2004 09:45:47 +0000 (UTC) From: Gleb Smirnoff <glebius@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph ng_one2many.c ng_one2many.h Message-ID: <200411230945.iAN9jmSW027271@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
glebius 2004-11-23 09:45:47 UTC
FreeBSD src repository
Modified files:
sys/netgraph ng_one2many.c ng_one2many.h
Log:
Introduce new failure detection algorithm, called NG_ONE2MANY_FAIL_NOTIFY.
It means, that node listens to flow control messages from downstreams
and removes link from list of active links whenever a LINK_IS_DOWN message
is received. If LINK_IS_UP message is received, then links is put
back into list of active links.
Approved by: julian (mentor), implicitly
MFC after: 1 week
Revision Changes Path
1.19 +64 -0 src/sys/netgraph/ng_one2many.c
1.7 +2 -1 src/sys/netgraph/ng_one2many.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200411230945.iAN9jmSW027271>
