Merge pull request #47 from zorun/babeld_configfile
authorGabriel Kerneis <gabriel@kerneis.info>
Mon, 1 Sep 2014 07:55:32 +0000 (09:55 +0200)
committerGabriel Kerneis <gabriel@kerneis.info>
Mon, 1 Sep 2014 07:55:32 +0000 (09:55 +0200)
commitcda939baea3116e2e411fa056f6804cf62f5ded4
tree6e607ff795aa827037cdcdaa8e6a54bf1010ded9
parentdf3ecc4e67f74ced8661fff18c1792e646ca49fc
parentde3e16ba82d6fe410e609cf6e8b68483f03d6d20
Merge pull request #47 from zorun/babeld_configfile

Updates to babeld

This patchset:
- fixes #33 by generating a configuration file for babeld
- introduces a slightly different syntax for specfiying interfaces (backward-compatible)
- allows to use any option, as long as it's supported by babeld (i.e. valid options are not hardcoded in the init script anymore, all options are simply passed to babeld)

It is mostly backward-compatible, with a few caveats.

Thanks to Baptiste Jonglez.