summaryrefslogtreecommitdiffstats
path: root/babeld (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #7222 from idryzhov/fix-debugRenato Westphal2020-10-101-1/+1
|\
| * *: move "show debugging ..." commands to enable nodeIgor Ryzhov2020-10-021-1/+1
* | vtysh: dynamically generate the list of daemons for commandsIgor Ryzhov2020-10-021-0/+1
|/
* *: un-split strings across linesDavid Lamparter2020-07-143-16/+8
* *: integrate remaining daemons with filterRafael Zalamena2020-06-051-0/+1
* build: use VPATH for vtysh_scanDavid Lamparter2020-04-271-3/+3
* Merge pull request #6262 from qlyoung/remove-sprintfDavid Lamparter2020-04-231-1/+1
|\
| * *: sprintf -> snprintfQuentin Young2020-04-211-1/+1
* | *: replace all random() callsRafael Zalamena2020-04-183-4/+8
|/
* Merge pull request #6247 from FRRouting/nb_conversionsDonald Sharp2020-04-171-4/+4
|\
| * *: include vrf northbound module in initChirag Shah2020-04-161-4/+4
* | *: move CLI node names to cmd_node->nameDavid Lamparter2020-04-162-0/+2
* | *: move CLI parent data to cmd_node->parent_nodeDavid Lamparter2020-04-162-0/+2
* | *: remove second parameter on install_node()David Lamparter2020-04-162-2/+6
* | *: remove cmd_node->vtyshDavid Lamparter2020-04-162-2/+0
* | *: clean up cmd_node initializersDavid Lamparter2020-04-161-5/+4
|/
* *: Do not cast to the same typeDonatas Abraitis2020-04-081-1/+1
* Merge pull request #5937 from ton31337/fix/sizeofDonald Sharp2020-03-091-1/+1
|\
| * *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-1/+1
* | babeld: fix build on Fedora RawhideRuben Kerkhof2020-03-071-1/+1
|/
* Merge pull request #5806 from ton31337/fix/remove_break_after_returnMark Stapp2020-02-131-3/+0
|\
| * *: Remove break after returnDonatas Abraitis2020-02-131-3/+0
* | 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
* *: generously apply constDavid Lamparter2019-12-022-2/+2
* *: make frr_yang_module_info constDavid Lamparter2019-11-301-1/+1
* *: strip trailing whitespaceQuentin Young2019-09-301-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-192-21/+2
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-192-13/+1
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-1/+0
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-192-19/+4
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-193-0/+27
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-242-7/+5
* Merge pull request #3775 from pguibert6WIND/ospf_missing_interface_handling_2Donald Sharp2019-06-222-5/+7
|\
| * *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-122-5/+7
* | babeld: use MTYPE_STATICDavid Lamparter2019-06-216-66/+8
|/
* lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warningsMark Stapp2019-06-061-1/+3
* *: Convert over to all -N namespace to change DAEMON_VTY_DIRDonald Sharp2019-06-051-1/+1
* *: Convert to using frr_vtydir instead of DAEMON_VTY_DIRDonald Sharp2019-06-041-1/+4
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-032-17/+14
* *: replace XMALLOC + memset with XCALLOCQuentin Young2019-02-261-4/+1
* *: do not check XMALLOC / XCALLOC for null retQuentin Young2019-02-261-2/+0
* build: fix a whole bunch of *FLAGSDavid Lamparter2019-01-301-1/+1
* Treewide: use ANSI function definitionsRuben Kerkhof2019-01-249-11/+11
* lib, rip, ripng, babel, eigrp: add ctx pointer to distribute apiPhilippe Guibert2018-12-284-15/+34
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* yang, lib: add 'frr-interface.yang' and associated stub callbacksRenato Westphal2018-10-271-0/+1
* *: add empty array of YANG modulesRenato Westphal2018-10-271-0/+7
* *: spelchekDavid Lamparter2018-10-252-2/+2
* *: LIB_[ERR|WARN] -> EC_LIBQuentin Young2018-09-133-11/+11