[Babel-users] Config file syntax changes
Gabriel Kerneis
gabriel at kerneis.info
Thu Jun 13 00:01:19 UTC 2013
On Wed, Jun 12, 2013 at 11:02:33PM +0200, Juliusz Chroboczek wrote:
> 1. Default interface options can be set using the "default" keyword.
>
> default split-horizon false
> interface eth0 split-horizon true
Does the order matter? In other words, is the above equivalent to:
interface eth0 split-horizon true
default split-horizon false
> you can now put the option in the config file
>
> option kernel-priority 42
Openwrt-style, I like it :-)
> babeld -C 'option kernel-priority 42' eth0
I assume -C is also usable for defaults?
babeld -C 'default split-horizon false' -C 'interface eth0 split-horizon true'
Best,
--
Gabriel
More information about the Babel-users
mailing list