From: Ondrej Zajicek (work) Date: Wed, 25 Oct 2017 15:14:08 +0000 (+0200) Subject: Babel: Revamp cost computation and run route selection when cost change X-Git-Tag: v2.0.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b47eaefe12d0673af2c7c7ec1a8adff982a958ca;p=thirdparty%2Fbird.git Babel: Revamp cost computation and run route selection when cost change Also fix several minor bugs and add 'limit' option for k-out-of-j link sensing strategy. Change default from 8-of-16 to 12-of-16. Change IHU expiry factor from 1.5 to 3.5 (as in RFC 6126). --- diff --git a/doc/bird.sgml b/doc/bird.sgml index 65efebb8a..0ee86c18e 100644 --- a/doc/bird.sgml +++ b/doc/bird.sgml @@ -1616,6 +1616,7 @@ protocol babel [] { interface { type ; rxcost ; + limit ; hello interval ; update interval ; port ; @@ -1632,23 +1633,34 @@ protocol babel [] { - This option specifies the interface type: Wired or wireless. Wired - interfaces are considered more reliable, and so the default hello - interval is higher, and a neighbour is considered unreachable after only - a small number of "hello" packets are lost. On wireless interfaces, - hello packets are sent more often, and the ETX link quality estimation - technique is used to compute the metrics of routes discovered over this - interface. This technique will gradually degrade the metric of routes - when packets are lost rather than the more binary up/down mechanism of - wired type links. Default: