[Babel-users] babeld on OpenWrt
Juliusz Chroboczek
jch at irif.fr
Thu Apr 13 14:52:12 BST 2023
> babeld-format:
> default hello-interval 4
> default type tunnel rtt-min 1 rtt-max 1001 max-rtt-penalty 1000
> enable-timestamps true
>
> generated from uci:
> default hello-interval 4
> default type tunnel
> default rtt-min 1
> default rtt-max 1001
> default max-rtt-penalty 1000
> default enable-timestamps true
The two are completely equivalent.
An interface configuration is a sequence of keyword-value pairs. If
multiple interface configurations are present, they will be merged: babeld
will take the union of all the configurations.
So saying
default rtt-min 1 rtt-max 1001
is completely equivalent to saying
default rtt-min 1
default rtt-max 1001
-- Juliusz
More information about the Babel-users
mailing list