[Babel-users] ANNOUNCE: babeld-1.4.2 and babeld-1.3.8
Toke Høiland-Jørgensen
toke at toke.dk
Thu Jun 20 19:55:49 UTC 2013
Juliusz Chroboczek <jch at pps.univ-paris-diderot.fr> writes:
> Toke, how urgent is it that your multi-table patches get into OpenWRT?
Not very. I'm running cerowrt, which builds babeld from git, so in that
sense they're already there. I patched the init script to accept
multiple values for import_table in the openwrt config, which works well
enough:
--- packages/net/babel/files/babeld.init 2013-05-10 17:55:46.099194445 +0200
+++ cero/net/babeld/files/babeld.init 2013-05-29 15:19:18.935681047 +0200
@@ -40,7 +40,9 @@
local _loctmp
config_get _loctmp "$section" "$option"
[ -z "$_loctmp" ] && return 0
- append args "$switch $_loctmp"
+ for i in $_loctmp; do
+ append args "$switch $i"
+ done
}
babel_filter() {
-Toke
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 489 bytes
Desc: not available
URL: <http://lists.alioth.debian.org/pipermail/babel-users/attachments/20130620/e13fb641/attachment.sig>
More information about the Babel-users
mailing list