summaryrefslogtreecommitdiffstats
path: root/babeld (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: 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
* babeld: BABEL_[ERR|WARN] -> EC_BABELQuentin Young2018-09-139-64/+64
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-087-0/+28
* build: move vtysh & manpage listings to subdir.amDavid Lamparter2018-09-081-0/+5
* *: rename ferr_zlog -> flog_err_sysQuentin Young2018-08-143-11/+11
* *: rename ferr_ref -> log_refQuentin Young2018-08-142-3/+3
* *: rename zlog_fer -> flog_errQuentin Young2018-08-147-67/+67
* *: correct typos in error reference cardsQuentin Young2018-08-141-1/+1
* *: remove \n from error code textsQuentin Young2018-08-141-1/+1
* babeld: fix erroneous lib initQuentin Young2018-08-141-3/+0
* *: stop double initialization of ferrQuentin Young2018-08-141-2/+0
* *: fix source file headers & includes for errcodesQuentin Young2018-08-142-21/+24
* babeld: Convert all zlog_err to zlog_ferr and add appropriate infoDonald Sharp2018-08-149-63/+117
* babeld: Add BABEL_ERR_XXX error messages.Donald Sharp2018-08-146-26/+120
* babeld: avoid reading the configuration file twiceRenato Westphal2018-08-131-3/+0
* babeld: Use enum instead of #defines for kernel route type informationDonald Sharp2018-08-112-15/+14
* Merge pull request #2486 from pacovn/cppcheck_fmt_validationDonald Sharp2018-06-182-2/+2
|\
| * babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco2018-06-182-2/+2
* | babeld, eigrpd, ospfd: unsigned negative checkpaco2018-06-182-2/+2
|/
* babeld: fix cli option to override config file (-f)Martin Winter2018-05-011-3/+2
* babeld: be more explicit about route resize resultQuentin Young2018-04-131-0/+1
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-3/+2
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+1
* babeld: if_eui64 never uses ifnameDonald Sharp2017-12-053-4/+4
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* babeld: Make the zebra_privs_t available for useDonald Sharp2017-10-242-1/+3
* Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp2017-10-164-53/+42
|\