summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | babeld: vty commands (hello-interval, update-interval, resend-delay).Juliusz Chroboczek2012-03-252-23/+61
| * | babeld: remove port and group setting commands.Juliusz Chroboczek2012-03-251-47/+0
| * | Resynchronise with babeld-1.3.1.Juliusz Chroboczek2012-03-258-96/+32
| * | babeld: dismiss babel_redistribute_unset()Denis Ovsienko2012-03-251-18/+3
| * | babeld: fix wire{d,less} commands name.Matthieu Boutier2012-03-252-5/+5
| * | ripd: add babel for redistribution.Matthieu Boutier2012-03-251-1/+2
| * | ripngd: Replace redistribution strings with route_types.h defines.Matthieu Boutier2012-03-251-124/+74
| * | babeld: Add support for blackhole routes.Juliusz Chroboczek2012-03-251-21/+43
| * | babeld: refactor filtering stubs.Juliusz Chroboczek2012-03-253-166/+56
| * | zebra: Display uptime of Babel routes in show ip[v6] route.Juliusz Chroboczek2012-03-251-0/+4
| * | babeld: Use quagga_gettime.Juliusz Chroboczek2012-03-251-38/+1
| * | babeld: Don't use an ifindex when installing IPv4 routes.Juliusz Chroboczek2012-03-251-8/+9
| * | babeld: remove some unused functions' arguments.Matthieu Boutier2012-03-251-58/+26
| * | doc: fix typo in babeld.Matthieu Boutier2012-03-251-6/+5
| * | doc: Document babeld.Juliusz Chroboczek2012-03-253-1/+119
| * | babeld: Indentation fix.Juliusz Chroboczek2012-03-251-3/+3
| * | babeld: Error handling and tweaks for babeld commands.Juliusz Chroboczek2012-03-253-8/+11
| * | babeld: Fix typo in hello interval command.Juliusz Chroboczek2012-03-251-1/+1
| * | vtysh: Vtysh support for babeld.Juliusz Chroboczek2012-03-255-3/+31
| * | babeld: Replace the babeld.conf.sample file by one that actually works.Juliusz Chroboczek2012-03-251-31/+13
| * | babeld: fix interface bug, simplify code.Matthieu Boutier2012-03-252-16/+30
| * | babeld: state-file was loaded too early. Initial seqno too.Matthieu Boutier2012-03-253-5/+4
| * | babeld: fix eui64 features.Matthieu Boutier2012-03-252-6/+3
| * | babeld: "return CMD_SUCCESS" was missing for command 'no debug'.Matthieu Boutier2012-03-251-0/+1
| * | babeld: Replace redistribution strings with route_types.h defines.Matthieu Boutier2012-03-251-47/+27
| * | babeld: babelz merge.Matthieu Boutier2012-03-2515-317/+792
| * | babeld: remove unused variable.Matthieu Boutier2012-03-251-1/+0
| * | vtysh: fix regexp for install_element() in babeldAng Way Chuang2012-03-251-1/+1
| * | babeld: add MP-specific zclient API fixDenis Ovsienko2012-03-251-0/+4
| * | babeld: change the modify route system.Matthieu Boutier2012-03-251-35/+14
| * | babeld: fix bug due to v4mapped addresses.Matthieu Boutier2012-03-252-6/+6
| * | babeld: add command (config) to set debug flags.Matthieu Boutier2012-03-251-0/+77
| * | babeld: remove useless variable, make local another.Matthieu Boutier2012-03-252-3/+1
| * | memory: install babel memory informations.Matthieu Boutier2012-03-251-0/+3
| * | babeld: fix commands informations messages.Matthieu Boutier2012-03-252-8/+10
| * | babeld: place the babel-state file in the quagga vars directory.Matthieu Boutier2012-03-251-1/+1
| * | babeld: use zlog_debug instead of do_debugf, for debugf.Matthieu Boutier2012-03-251-2/+2
| * | babeld: add command: "show_babel_running_config".Matthieu Boutier2012-03-257-0/+105
| * | babeld: add command: "show_babel_database".Matthieu Boutier2012-03-252-0/+63
| * | babeld: add command: "show_babel_neighbour".Matthieu Boutier2012-03-251-0/+48
| * | babeld: avoid segfault (bug 706).Matthieu Boutier2012-03-252-1/+14
| * | babeld: change fprintf(stderr) in term of zlog_err.Matthieu Boutier2012-03-254-32/+27
| * | babeld: implement "show babel interface" commandDenis Ovsienko2012-03-251-0/+60
| * | babeld: add handling of "-z" cmdline argDenis Ovsienko2012-03-251-1/+6
| * | babeld: bring babel_usage() into focusDenis Ovsienko2012-03-251-23/+26
| * | lib: update proto_redistnum() for BabelDenis Ovsienko2012-03-251-2/+6
| * | babeld: address remaining -Wcast-qual warningsDenis Ovsienko2012-03-253-8/+8
| * | babeld: fix bug concerning pidfile.Matthieu Boutier2012-03-251-2/+1
| * | babeld: address some other compilation warnings.Matthieu Boutier2012-03-254-11/+11
| * | babeld: address some compilation warningsDenis Ovsienko2012-03-255-42/+1