summaryrefslogtreecommitdiff
path: root/nhrpd
AgeCommit message (Expand)Author
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
2017-08-21*: Add 'show debugging' command from vtyshDonald Sharp
2017-08-17nhrpd: use hop count 1 for registration requestsTimo Teräs
2017-08-15lib: replace if_add_hook with hook_* logicDavid Lamparter
2017-08-15*: centralize some exit cleanup into libfrrDavid Lamparter
2017-08-11nhrpd: fixes for clang scan-build issuesJorge Boncompte
2017-08-10nhrpd: fix issues found by coverityJorge Boncompte
2017-08-09Merge pull request #911 from opensourcerouting/non-recursive-2Donald Sharp
2017-08-04build: non-recursive nhrpdDavid Lamparter
2017-08-04nhrp: fix assertion with negative holding timesJorge Boncompte
2017-08-04nhrp: fix initialization and route redistribution registrationJorge Boncompte
2017-08-04nhrp: initialize interfaces after VRFsJorge Boncompte
2017-07-14nhrpd: enable -WerrorDavid Lamparter
2017-07-14*: fix GCC 7 warnings/issuesDavid Lamparter
2017-07-14*: fix GCC 7 switch/case fallthrough warningsDavid Lamparter
2017-07-14Merge remote-tracking branch 'frr/master' into newline-reduxDavid Lamparter
2017-07-14*: remove VTYNL, part 6 of 6David Lamparter
2017-07-14*: remove VTYNL, part 3 of 6David Lamparter
2017-07-14*: remove VTYNL, part 1 of 6David Lamparter
2017-07-14*: ditch vty_outln(), part 2 of 2David Lamparter
2017-07-13vtysh: return non-zero for configuration failuresDaniel Walton
2017-07-13*: ditch vty_outln(), part 1 of 2David Lamparter
2017-07-01*: update hash_create(), hash_create_size()Quentin Young
2017-06-30nhrpd: Fix zclient cleanup on shutdownDonald Sharp
2017-06-29*: vty_outln (vty, "") --> vty_out (vty, VTYNL)Quentin Young
2017-06-29*: s/VTY_NEWLINE/VTYNL/gQuentin Young
2017-06-29*: use vty_outlnQuentin Young
2017-06-29Merge pull request #754 from qlyoung/fix-argv-argRuss White
2017-06-27*: remove VTY_GET_*Quentin Young
2017-06-27*: use ->text and strmatch where appropriateQuentin Young
2017-06-21*: simplify log message lookupQuentin Young
2017-06-01nhrpd: Guard a debug that was constantly spewing informationDonald Sharp