summaryrefslogtreecommitdiffstats
path: root/babeld/babeld.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* babeld: GCC complaining about no return in non-void functionDonald Sharp2020-02-131-0/+1
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-2/+0
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-1/+1
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-221-1/+1
|\
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+1
* | babeld: use MTYPE_STATICDavid Lamparter2019-06-211-1/+3
|/
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-241-1/+1
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-281-10/+19
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-131-2/+2
* babeld: BABEL_[ERR|WARN] -> EC_BABELQuentin Young2018-09-131-4/+4
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-141-2/+2
* *: rename zlog_fer -> flog_errQuentin Young2018-08-141-6/+6
* babeld: Convert all zlog_err to zlog_ferr and add appropriate infoDonald Sharp2018-08-141-2/+4
* babeld: Add BABEL_ERR_XXX error messages.Donald Sharp2018-08-141-4/+9
* babeld: if_eui64 never uses ifnameDonald Sharp2017-12-051-2/+2
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-14/+14
* *: fix compiler warningsDavid Lamparter2017-08-261-2/+2
* babel: fix crashes and improve the redistribute commandRenato Westphal2017-07-261-6/+11
* *: ditch vty_outln(), part 1 of 2David Lamparter2017-07-131-6/+6
* *: fix excess docstringQuentin Young2017-07-051-2/+1
* *: use vty_outlnQuentin Young2017-06-291-8/+7
* *: remove VTY_GET_*Quentin Young2017-06-271-3/+3
* babeld: Fixup redistribution displayDonald Sharp2017-05-141-1/+2
* babeld: Cli FixesDonald Sharp2017-05-141-6/+5
* *: Initial Import of Babeld into FRRDonald Sharp2017-05-131-0/+759
* quagga: remove babelDaniel Walton2016-02-111-732/+0
* *: add VRF ID in the API message headerFeng Lu2015-11-041-1/+2
* Per AFI redist registrationsDonald Sharp2015-05-201-4/+6
* Multi-Instance OSPF SummaryDonald Sharp2015-05-201-1/+2
* babeld: 3 more timing statements in config textDenis Ovsienko2012-03-251-0/+5
* babeld: justify "running-config" meaning in CLIDenis Ovsienko2012-03-251-7/+21
* babeld: vty commands (hello-interval, update-interval, resend-delay).Juliusz Chroboczek2012-03-251-0/+17
* babeld: remove port and group setting commands.Juliusz Chroboczek2012-03-251-47/+0
* babeld: refactor filtering stubs.Juliusz Chroboczek2012-03-251-51/+10
* babeld: Error handling and tweaks for babeld commands.Juliusz Chroboczek2012-03-251-2/+5
* babeld: state-file was loaded too early. Initial seqno too.Matthieu Boutier2012-03-251-0/+2
* babeld: babelz merge.Matthieu Boutier2012-03-251-1/+1
* babeld: fix bug due to v4mapped addresses.Matthieu Boutier2012-03-251-3/+3
* babeld: fix commands informations messages.Matthieu Boutier2012-03-251-2/+4
* babeld: add command: "show_babel_running_config".Matthieu Boutier2012-03-251-0/+7
* babeld: address some compilation warningsDenis Ovsienko2012-03-251-1/+1
* babeld: Initial import, for Babel routing protocol.Paul Jakma2012-03-251-0/+766