summaryrefslogtreecommitdiff
path: root/nhrpd
AgeCommit message (Expand)Author
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
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-23*: use zapi_route to send/receive redistributed routes as wellRenato Westphal
2017-08-23nhrpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal
2017-08-23nhrpd: use the new API to send routes to zebraRenato Westphal
2017-08-23babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal
2017-08-23babeld/nhrpd: ignore ipv6 srcdest routesRenato Westphal
2017-08-21Merge pull request #1009 from donaldsharp/show_cmdsDavid Lamparter
2017-08-21Merge pull request #929 from opensourcerouting/hooks-doc-irdpDonald Sharp