summaryrefslogtreecommitdiffstats
path: root/babeld/babeld.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* babel: Clean babel config on babel daemon stopYaroslav Kholod2024-12-201-0/+6
* babeld: changes for code maintainabilitysri-mohan12024-09-061-3/+3
* babeld: Free up memory on shutdownDonald Sharp2024-08-131-2/+1
* babeld: use correct autocompletion for distribute-list commandsIgor Ryzhov2024-01-221-8/+52
* babeld: pass distribute ctx to distribute-list functionsIgor Ryzhov2024-01-221-5/+8
* lib: enable multiple instance support with distribute listsChristian Hopps2024-01-221-4/+5
* *: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp2023-11-211-1/+1
* *: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp2023-06-261-8/+8
* Merge pull request #12837 from donaldsharp/unlikely_routemapRuss White2023-04-041-30/+32
|\
| * babeld, lib, nhrpd: Add likely and unlikely macrosDonald Sharp2023-03-231-30/+32
* | *: Convert thread_cancelXXX to event_cancelXXXDonald Sharp2023-03-241-3/+3
* | *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-4/+8
* | *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-6/+6
|/
* 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