summaryrefslogtreecommitdiffstats
path: root/babeld (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* babeld: Fix some missed QUAGGA -> FRRDonald Sharp2017-05-141-4/+4
* babeld: Cleanup some more compiler warningsDonald Sharp2017-05-142-4/+3
* babeld: Cleanup xroute_streamDonald Sharp2017-05-143-6/+6
* *: Initial Import of Babeld into FRRDonald Sharp2017-05-1334-0/+9349
* quagga: remove babelDaniel Walton2016-02-1132-8814/+0
* *: Modify protocols to have systemd integrationDonald Sharp2016-02-101-0/+4
* Quagga: vrf_id not being set correctlyDonald Sharp2015-11-201-0/+2
* *: add VRF ID in the API message headerFeng Lu2015-11-044-25/+26
* Fixing a few compile errorsVipin Kumar2015-10-301-1/+2
* lib: zclient.c remove extern struct thread_master *Donald Sharp2015-09-233-7/+4
* Add --enable-werror to configureDonald Sharp2015-07-261-1/+1
* Per AFI redist registrationsDonald Sharp2015-05-202-11/+24
* Multi-Instance OSPF SummaryDonald Sharp2015-05-203-6/+9
* 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