Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Feb 2004 20:07:10 +0100
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        freebsd-net@freebsd.org
Subject:   New failure detection algorithm for ng_one2many(4).
Message-ID:  <20040216190710.GM14639@garage.freebsd.pl>

index | next in thread | raw e-mail

[-- Attachment #1 --]
Hello.

Patch below adds new failure detection algorithm for ng_one2many(4).
For now, the only such algorithm doesn't detect failures, one have
to show active links manually.

	http://garage.freebsd.pl/patches/netgraph_one2many.patch

The way how to use this module (ng_one2many) is described in manual
page, to made use of new algorithm one should execute:

	ngctl msg fxp0:upper setconfig "{ xmitAlg=1 failAlg=2 interval=5 }"

Value '5' after interval means: check interfaces every 5 seconds.
If interface will be down it will not be used.

Note that 'one' interface have to be always avaliable.

Any comments, etc. are of course welcome.

-- 
Pawel Jakub Dawidek                       http://www.FreeBSD.org
pjd@FreeBSD.org                           http://garage.freebsd.pl
FreeBSD committer                         Am I Evil? Yes, I Am!

[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (FreeBSD)

iD8DBQFAMRTdForvXbEpPzQRApDBAKDadyExR1VJDLIo7TqZ/SqDEWWuRwCfUhnb
PbxDfu9r8i+5M994ZnTYhGw=
=C0k4
-----END PGP SIGNATURE-----
help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040216190710.GM14639>