diff options
| author | Baptiste Jonglez | 2014-09-03 13:12:21 +0000 |
|---|---|---|
| committer | Baptiste Jonglez | 2014-09-03 13:12:33 +0000 |
| commit | 5a554d27cc34d3213b8db88b0a76d18e30493efa (patch) | |
| tree | ceb65f348987fe26c7e0597c54393beb05a03f14 | |
| parent | e7eb731b227ee3c6c2697d7c33d8df0bc25455fb (diff) | |
| download | routing-5a554d27cc34d3213b8db88b0a76d18e30493efa.tar.gz | |
babeld: Specify edge cases
| -rw-r--r-- | babeld/files/babeld.config | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/babeld/files/babeld.config b/babeld/files/babeld.config index b58270c..1536596 100644 --- a/babeld/files/babeld.config +++ b/babeld/files/babeld.config @@ -1,8 +1,10 @@ package babeld -# Configuration set in this file ends up in /var/etc/babeld.conf -# Babeld is told to use both /etc/babeld.conf and /var/etc/babeld.conf, -# so you can use one or the other, or even both at the same time. +# Configuration set in this file ends up in /var/etc/babeld.conf. +# Babeld is told to use both /etc/babeld.conf and /var/etc/babeld.conf, so +# you can use one or the other, or even both at the same time. If an +# option is defined in both files, the version in /var/etc/babeld.conf +# takes precedence. # See "man babeld" for all available options ("Global options"). # Important: remember to use '_' instead of '-' in option names. |