cvs commit: src/sys/netgraph ng_one2many.c ng_one2many.h
Gleb Smirnoff
glebius at FreeBSD.org
Tue Nov 23 01:45:48 PST 2004
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
More information about the cvs-all
mailing list