> 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

_______________________________________________
Babel-users mailing list
Babel-users@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/babel-users

Reply via email to