summaryrefslogtreecommitdiffstats
path: root/babeld/babeld.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* babeld, lib, nhrpd: Add likely and unlikely macrosDonald Sharp2023-03-231-30/+32
* Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp2023-02-171-18/+1
|\
| * *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-18/+1
* | babeld: changes for code maintainabilitysri-mohan12023-02-141-1/+1
|/
* babeld: The function is already a pointerDonald Sharp2023-01-281-1/+1
* babeld: Add missing `no` commandsYuxiang Zhu2023-01-201-21/+17
* *: use FRR interface name definition everywhereRafael Zalamena2022-05-021-1/+2
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-14/+8
* lib: Add autocomplete for access-listsDonatas Abraitis2021-10-311-4/+4
* Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter2021-08-271-1/+1
|\
| * lib: remove unused argument from vrf_cmd_initIgor Ryzhov2021-08-261-1/+1
* | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-0/+2
|/
* lib: remove vrf-interface config when removing the VRFIgor Ryzhov2021-06-211-0/+2
* babeld: Allow babeld to actually register to use distribute-listDonald Sharp2021-05-041-3/+91
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* babeld: We do not need to put Warning into our warning messagesDonald Sharp2021-03-141-2/+1
* * : update signature of thread_cancel apiMark Stapp2020-10-231-10/+4
* *: replace all random() callsRafael Zalamena2020-04-181-1/+2
* *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-161-0/+1
* *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-161-0/+1
* *: remove second parameter on install_node()David Lamparter2020-04-161-1/+3
* *: remove cmd_node->vtyshDavid Lamparter2020-04-161-1/+0
* *: 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