summaryrefslogtreecommitdiff
path: root/babeld/babeld.c
AgeCommit message (Expand)Author
2024-12-20babel: Clean babel config on babel daemon stopYaroslav Kholod
2024-09-06babeld: changes for code maintainabilitysri-mohan1
2024-08-13babeld: Free up memory on shutdownDonald Sharp
2024-01-22babeld: use correct autocompletion for distribute-list commandsIgor Ryzhov
2024-01-22babeld: pass distribute ctx to distribute-list functionsIgor Ryzhov
2024-01-22lib: enable multiple instance support with distribute listsChristian Hopps
2023-11-21*: Let's use the native IFNAMSIZ instead of INTERFACE_NAMSIZDonald Sharp
2023-06-26*: Rearrange vrf_bitmap_X api to reduce memory footprintDonald Sharp
2023-04-04Merge pull request #12837 from donaldsharp/unlikely_routemapRuss White
2023-03-24*: Convert thread_cancelXXX to event_cancelXXXDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-23babeld, lib, nhrpd: Add likely and unlikely macrosDonald Sharp
2023-02-17Merge pull request #12780 from opensourcerouting/spdx-license-idDonald Sharp
2023-02-14babeld: changes for code maintainabilitysri-mohan1
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-28babeld: The function is already a pointerDonald Sharp
2023-01-21babeld: Add missing `no` commandsYuxiang Zhu
2022-05-02*: use FRR interface name definition everywhereRafael Zalamena
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-31lib: Add autocomplete for access-listsDonatas Abraitis
2021-08-27Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-argDavid Lamparter
2021-08-26lib: remove unused argument from vrf_cmd_initIgor Ryzhov
2021-08-23*: explicitly print "exit" at the end of every node configIgor Ryzhov
2021-06-21lib: remove vrf-interface config when removing the VRFIgor Ryzhov
2021-05-04babeld: Allow babeld to actually register to use distribute-listDonald Sharp
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-14babeld: We do not need to put Warning into our warning messagesDonald Sharp
2020-10-23* : update signature of thread_cancel apiMark Stapp
2020-04-17*: replace all random() callsRafael Zalamena
2020-04-16*: move CLI node names to cmd_node->nameDavid Lamparter
2020-04-16*: move CLI parent data to cmd_node->parent_nodeDavid Lamparter
2020-04-16*: remove second parameter on install_node()David Lamparter
2020-04-16*: remove cmd_node->vtyshDavid Lamparter
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-13babeld: GCC complaining about no return in non-void functionDonald Sharp
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-22Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp
2019-06-21babeld: use MTYPE_STATICDavid Lamparter
2019-06-12*: change if_lookup_by_name() api with vrfPhilippe Guibert
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2018-12-28lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13babeld: BABEL_[ERR|WARN] -> EC_BABELQuentin Young
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14babeld: Convert all zlog_err to zlog_ferr and add appropriate infoDonald Sharp
2018-08-14babeld: Add BABEL_ERR_XXX error messages.Donald Sharp
2017-12-04babeld: if_eui64 never uses ifnameDonald Sharp