summaryrefslogtreecommitdiff
path: root/nhrpd
AgeCommit message (Expand)Author
2019-07-03lib: split off c-ares code from nhrpdDavid Lamparter
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
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-05-14lib: hashing functions should take const argumentsQuentin Young
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2019-04-18lib: ZEBRA_NUM_OF -> array_sizeDavid Lamparter
2019-03-29bfdd, nhrpd, pimd: When deleting an interface clean upDonald Sharp
2019-02-25*: compare pointer types to NULL, not 0Quentin Young
2019-02-25*: Rename backet to bucketTim Bray
2019-01-30build: fix a whole bunch of *FLAGSDavid Lamparter
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-19*: Replace hash_cmp function return value to a boolDonald Sharp
2018-09-13*: style for EC replacementsQuentin Young
2018-09-13nhrpd: NHRP_[ERR|WARN] -> EC_NHRPQuentin Young
2018-09-13nhrpd: missing operand addedF. Aragon
2018-09-09Merge pull request #2977 from opensourcerouting/doc-fixDonald Sharp
2018-09-09build: fix not building docs w/o sphinxDavid Lamparter
2018-09-08*: cleanup .gitignore filesDavid Lamparter
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
2018-09-08build: move vtysh & manpage listings to subdir.amDavid Lamparter
2018-08-28*: add a vrf update hook to be informed of the vrf namePhilippe Guibert
2018-08-14*: rename ferr_ref -> log_refQuentin Young
2018-08-14*: rename zlog_fer -> flog_errQuentin Young
2018-08-14*: stop double initialization of ferrQuentin Young
2018-08-14*: fix source file headers & includes for errcodesQuentin Young
2018-08-14nhrpd: Add NHRP_ERR_XXXX for zlog_err to zlog_ferr conversionDonald Sharp
2018-08-11*: ALLOC calls cannot failDonald Sharp
2018-07-02Merge pull request #2609 from pacovn/clang_scan_nhrpd_vici_initializationDonald Sharp
2018-07-02Merge pull request #2604 from pacovn/PVS-Studio_odd_operator_usageQuentin Young
2018-07-02nhrpd: uninitialized variable (Clang scan)F. Aragon
2018-07-02eigrpd nhrpd ospfd pimd: fomat fixes (PVS-Studio)F. Aragon
2018-07-02nhrpd: odd operator usage fix (PVS-Studio)F. Aragon
2018-06-29nhrpd: uninitialized variable (Clang scan)F. Aragon
2018-06-18nhrpd: array limit check (cppcheck)paco
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2018-02-26*: Rename ZEBRA_FLAG_INTERNAL -> ZEBRA_FLAG_ALLOW_RECURSIONDonald Sharp
2018-02-08*: Track vrfs per nexthop not per route entryDonald Sharp
2018-01-12*: Send/receive the nexthop vrf_idDonald Sharp
2017-11-27*: Make zapi route install Notifications optionalDonald Sharp
2017-10-24*: add missing \n in some help stringsRenato Westphal
2017-10-23*: Modify zclient_init to require privs dataDonald Sharp
2017-10-23nhrpd: Let struct zebra_privs_t be availableDonald 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-09-05nhrpd: Add hash table namesDonald Sharp