[Babel-users] Study about Babel
Juliusz Chroboczek
jch at irif.fr
Mon Apr 1 07:48:12 BST 2019
>> Is there a command to check if babeld is working and which
>> nodes are in the topology?
> There is the `-d level` (level 1 is good enough) of babeld that
> shows neighbours and installed routes.
Uh-huh.
You can also:
- send a SIGUSR1 to babeld to get a dump;
- run babeld with '-g 33123', and then do
nc ::0 33123
dump
quit
Don't try to setup BabelWeb until you've got the above to work.
-- Juliusz
More information about the Babel-users
mailing list