summaryrefslogtreecommitdiffstats
path: root/babeld (follow)
Commit message (Expand)AuthorAgeFilesLines
* lib/command.c: rewrite command matching/parsingChristian Franke2014-04-011-3/+0
* *: use array_size() helper macroBalaji.G2012-10-251-1/+1
* build: use net-snmp-config to configure NetSNMPVincent Bernat2012-06-251-1/+1
* build: allow configure and build in a separate directoryVincent Bernat2012-06-251-1/+1
* babeld: merge kernel_zebra.c into kernel.c.Juliusz Chroboczek2012-04-282-276/+239
* babeld: Include babel_main.h in noinst_HEADERS.Denis Ovsienko2012-04-281-1/+1
* babeld: remove "parasitic" mode.Juliusz Chroboczek2012-03-254-48/+5
* babeld: 3 more timing statements in config textDenis Ovsienko2012-03-253-2/+15
* babeld: consolidate zebra interface into fewer functions.Juliusz Chroboczek2012-03-251-124/+29
* babeld: fix typo in kernel_route_add_v6.Juliusz Chroboczek2012-03-251-0/+1
* babeld: set interface flags eagerly, not at interface up.Juliusz Chroboczek2012-03-251-11/+22
* babeld: more helpful sample conf file.Juliusz Chroboczek2012-03-251-2/+11
* babeld: remove remains of standalone babeld's configuration code.Juliusz Chroboczek2012-03-255-23/+8
* babeld: drive interface_config_write() forwardDenis Ovsienko2012-03-251-9/+17
* babeld: justify "running-config" meaning in CLIDenis Ovsienko2012-03-258-50/+108
* Remove dead variable reboot_time.Juliusz Chroboczek2012-03-251-5/+0
* babeld: display update-interval and resend-delay in show commands"Juliusz Chroboczek2012-03-252-2/+3
* 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-251-2/+2
* babeld: Add support for blackhole routes.Juliusz Chroboczek2012-03-251-21/+43
* babeld: refactor filtering stubs.Juliusz Chroboczek2012-03-253-166/+56
* 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
* 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
* 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
* 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
* 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