summaryrefslogtreecommitdiff
path: root/babeld
AgeCommit message (Expand)Author
2019-01-30build: fix a whole bunch of *FLAGSDavid Lamparter
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
2018-09-08build: move vtysh & manpage listings to subdir.amDavid Lamparter
2018-08-14*: rename ferr_zlog -> flog_err_sysQuentin Young
2018-08-14*: rename ferr_ref -> log_refQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14*: correct typos in error reference cardsQuentin Young
2018-08-14*: remove \n from error code textsQuentin Young
2018-08-14babeld: fix erroneous lib initQuentin Young
2018-08-14*: stop double initialization of ferrQuentin Young
2018-08-14*: fix source file headers & includes for errcodesQuentin 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
2018-08-13babeld: avoid reading the configuration file twiceRenato Westphal
2018-08-11babeld: Use enum instead of #defines for kernel route type informationDonald Sharp
2018-06-18Merge pull request #2486 from pacovn/cppcheck_fmt_validationDonald Sharp
2018-06-18babeld, eigrpd, ospfd: unsigned negative checkpaco
2018-06-18babeld, lib, ospfd, tests: fmt fixes (cppcheck)paco
2018-04-30babeld: fix cli option to override config file (-f)Martin Winter
2018-04-13babeld: be more explicit about route resize resultQuentin Young
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-12*: Send/receive the nexthop vrf_idDonald Sharp
2017-12-04babeld: if_eui64 never uses ifnameDonald Sharp
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-10-23babeld: Make the zebra_privs_t available for useDonald Sharp
2017-10-16Merge pull request #1298 from opensourcerouting/iface-rb-treeDonald Sharp
2017-10-10*: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal
2017-10-10*: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal
2017-10-09babeld: Do not copy beyond end of dataDonald Sharp
2017-10-02scan-build: fix warningVincent JARDIN
2017-10-02scan-build: cleanup some warningsVincent JARDIN
2017-09-12*: make all daemons call frr_fini() on exitRenato Westphal
2017-08-31Merge pull request #1078 from dwalton76/ospfd-network-cmd-warningRenato Westphal
2017-08-31*: return CMD_WARNING if command was already configuredDaniel Walton
2017-08-29Merge pull request #1056 from opensourcerouting/oldbits-0Donald Sharp
2017-08-29*: remove empty "interface XYZ" config blocksDavid Lamparter
2017-08-28*: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter
2017-08-26*: fix compiler warningsDavid Lamparter
2017-08-23*: use zapi_route to send/receive redistributed routes as wellRenato Westphal
2017-08-23babeld: unify kernel_route_v4() and kernel_route_v6()Renato Westphal