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

_______________________________________________
Babel-users mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users

Reply via email to