summaryrefslogtreecommitdiff
path: root/babeld
AgeCommit message (Expand)Author
2020-10-10*: move "show debugging ..." commands to enable nodeIgor Ryzhov
2020-07-14*: un-split strings across linesDavid Lamparter
2020-06-05*: integrate remaining daemons with filterRafael Zalamena
2020-04-27build: use VPATH for vtysh_scanDavid Lamparter
2020-04-23Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter
2020-04-20*: sprintf -> snprintfQuentin Young
2020-04-17*: replace all random() callsRafael Zalamena
2020-04-16Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp
2020-04-16*: include vrf northbound module in initChirag Shah
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-04-16*: clean up cmd_node initializersDavid Lamparter
2020-04-08*: Do not cast to the same typeDonatas Abraitis
2020-03-08Merge pull request #5937 from ton31337/fix/sizeofDonald Sharp
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-03-07babeld: fix build on Fedora RawhideRuben Kerkhof
2020-02-13Merge pull request #5806 from ton31337/fix/remove_break_after_returnMark Stapp
2020-02-13babeld: GCC complaining about no return in non-void functionDonald Sharp
2020-02-13*: Remove break after returnDonatas Abraitis
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-12-02*: generously apply constDavid Lamparter
2019-11-30*: make frr_yang_module_info constDavid Lamparter
2019-09-30*: strip trailing whitespaceQuentin Young
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp
2019-09-19*: Convert from ->interface_up to the interface callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
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-06-06lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp
2019-06-04*: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp
2019-06-04*: Convert to using frr_vtydir instead of DAEMON_VTY_DIRDonald Sharp
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2019-02-25*: replace XMALLOC + memset with XCALLOCQuentin Young
2019-02-25*: do not check XMALLOC / XCALLOC for null retQuentin Young
2019-01-30build: fix a whole bunch of *FLAGSDavid Lamparter
2019-01-24Treewide: use ANSI function definitionsRuben Kerkhof
2018-12-28lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert
2018-11-12*: Replace zclient_new with zclient_new_notifyDonald Sharp
2018-10-27yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal
2018-10-27*: add empty array of YANG modulesRenato Westphal
2018-10-25*: spelchekDavid Lamparter
2018-09-13*: LIB_[ERR|WARN] -> EC_LIBQuentin Young
2018-09-13babeld: BABEL_[ERR|WARN] -> EC_BABELQuentin Young
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter