[Babel-users] This is how we test babel

2013-07-21 Thread Benjamin Henrion
This is how we test babel:

http://www.zoobab.com/wiki:babel-hackaton

-- 
Benjamin Henrion bhenrion at ffii.org
FFII Brussels - +32-484-566109 - +32-2-3500762
In July 2005, after several failed attempts to legalise software
patents in Europe, the patent establishment changed its strategy.
Instead of explicitly seeking to sanction the patentability of
software, they are now seeking to create a central European patent
court, which would establish and enforce patentability rules in their
favor, without any possibility of correction by competing courts or
democratically elected legislators.

___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users


[Babel-users] Add -v option to babel?

2013-07-21 Thread Benjamin Henrion
Hi,

Would it be possible to add a -v to babel to display the version?

I cannot find it on babel-1.3.4 nor any other version:

* 12:29 root@turmes# babeld -h
babeld: option requires an argument -- 'h'
Syntax: babeld [-m multicast_address] [-p port] [-S state-file]
[-h hello] [-H wired_hello] [-z kind[,factor]]
[-k metric] [-A metric] [-s] [-l] [-w] [-u] [-g port]
[-t table] [-T table] [-c file] [-C statement]
[-d level] [-D] [-L logfile] [-I pidfile]
[id] interface...

-- 
Benjamin Henrion bhenrion at ffii.org
FFII Brussels - +32-484-566109 - +32-2-3500762
In July 2005, after several failed attempts to legalise software
patents in Europe, the patent establishment changed its strategy.
Instead of explicitly seeking to sanction the patentability of
software, they are now seeking to create a central European patent
court, which would establish and enforce patentability rules in their
favor, without any possibility of correction by competing courts or
democratically elected legislators.

___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users


Re: [Babel-users] Add -v option to babel?

2013-07-21 Thread Juliusz Chroboczek
 Would it be possible to add a -v to babel to display the version?

It would, but only if it's computed automatically by the build process.

-- Juliusz

___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users


Re: [Babel-users] Add -v option to babel?

2013-07-21 Thread Henning Rogge
If you tag all versions in your repository, it should be easy to get a
version string from the last relevant tag.

We use the following command in the OLSRv2 makefile system:
git describe --always --long --tags --dirty --match v[0-9]*

Henning

On Sun, Jul 21, 2013 at 1:16 PM, Juliusz Chroboczek
j...@pps.univ-paris-diderot.fr wrote:
 Would it be possible to add a -v to babel to display the version?

 It would, but only if it's computed automatically by the build process.

 -- Juliusz

 ___
 Babel-users mailing list
 Babel-users@lists.alioth.debian.org
 http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users



-- 
We began as wanderers, and we are wanderers still. We have lingered
long enough on the shores of the cosmic ocean. We are ready at last to
set sail for the stars - Carl Sagan

___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users


[Babel-users] Parser limitation: retractions with no router-id

2013-07-21 Thread Juliusz Chroboczek
There's a minor bug in the packet parser, which is not currently
triggered but should be fixed.  I'm summarising it here in case
somebody gets around to fixing it before I do.

According to RFC 6126 paragraph 4.1.3, retractions are allowed even
without a preceding Router-ID.  However, the packet parser in
message.c only allows retractions without a router-id when AE is equal
to 0.  Hence, a router-id-less retraction with AE different from
0 will be ignored by current trunk (after 1.4.2).

This bug is never triggered, since we never generate router-id-less
retractions with AE different from 0 in current versions of babeld.

-- Juliusz


___
Babel-users mailing list
Babel-users@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/babel-users