summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nhrp, lib, zebra: add/del neighbor entry possible from nhrpPhilippe Guibert2021-04-091-0/+26
* nhrpd: link layer registration to notificationsPhilippe Guibert2021-04-091-1/+25
* *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* nhrpd: Use our built-in printf functionalityDonald Sharp2021-03-101-4/+2
* Merge pull request #7764 from pguibert6WIND/nhrp_shortcut_routesJafar Al-Gharaibeh2021-02-121-6/+20
|\
| * nhrpd: replace nhrp route nexthop with onlink route when prefix=nhPhilippe Guibert2021-02-111-6/+20
* | libs,nhrpd: remove exec permMark Stapp2021-01-121-0/+0
|/
* nhrpd: Clear shortcut routes properly for all protocolsGaurav Goyal2020-12-161-4/+3
* nhrpd: Fix memory leak on shutdownDonald Sharp2020-11-071-0/+12
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-16/+11
* nhrpd: ignore zebra updates about our routes being deleted/addedPhilippe Guibert2020-07-311-0/+4
* *: un-split strings across linesDavid Lamparter2020-07-141-2/+1
* Merge pull request #5922 from pguibert6WIND/nhrp_override_fixDonald Sharp2020-03-091-4/+0
|\
| * Revert "nhrpd: ignore zebra updates about our routes being deleted/added"Philippe Guibert2020-03-061-4/+0
* | *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-4/+4
|/
* nhrpd: ignore zebra updates about our routes being deleted/addedPhilippe Guibert2020-03-051-0/+4
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-1/+0
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-1/+0
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-1/+0
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-1/+0
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-2/+1
* *: Replace zclient_new with zclient_new_notifyDonald Sharp2018-11-121-1/+1
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-34/+58
* *: Rename ZEBRA_FLAG_INTERNAL -> ZEBRA_FLAG_ALLOW_RECURSIONDonald Sharp2018-02-271-1/+1
* *: Track vrfs per nexthop not per route entryDonald Sharp2018-02-091-1/+1
* *: Send/receive the nexthop vrf_idDonald Sharp2018-01-121-0/+2
* *: Make zapi route install Notifications optionalDonald Sharp2017-11-271-1/+1
* *: Modify zclient_init to require privs dataDonald Sharp2017-10-241-1/+1
* *: remove ZEBRA_FLAG_{BLACKHOLE,REJECT} from APIDavid Lamparter2017-08-281-2/+4
* *: use zapi_route to send/receive redistributed routes as wellRenato Westphal2017-08-241-67/+28
* nhrpd: unify ipv4/ipv6 zebra-tx functionsRenato Westphal2017-08-241-61/+34
* nhrpd: use the new API to send routes to zebraRenato Westphal2017-08-231-24/+28
* babeld/eigrpd/ldpd/nhrpd: add prefix length sanity checksRenato Westphal2017-08-231-1/+2
* babeld/nhrpd: ignore ipv6 srcdest routesRenato Westphal2017-08-231-0/+12
* nhrp: fix initialization and route redistribution registrationJorge Boncompte2017-08-041-20/+18
* nhrpd: Fix zclient cleanup on shutdownDonald Sharp2017-06-301-0/+1
* nhrpd: announce ipv6 routes to zebraTimo Teräs2017-05-181-2/+40
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-1/+1
* nhrpd: adapt to API changesDavid Lamparter2017-03-071-20/+22
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+345