summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_route.c
AgeCommit message (Expand)Author
2024-08-23nhrpd: fix sending /32 shortcutLouis Scalbert
2024-01-24nhrpd: unset noarp flag using a zapi messageLouis Scalbert
2024-01-22lib, nhrpd: Move neighbor reg/unreg to lib/zclient.cDonald Sharp
2024-01-22*: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXXDonald Sharp
2023-07-10nhrpd: clean up locals in route zapi apiMark Stapp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31nhrpd: Add missing enum's to switch statementDonald Sharp
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-10-20*: convert zclient callbacks to tableDavid Lamparter
2021-08-26nhrp, zebra, lib: pass exact received neighbor state value to nhrpPhilippe Guibert
2021-04-30nhrp: Preserve mtu during interface up/down and tunnel source changePhilippe Guibert
2021-04-30nhrpd: redirect netlink gre with zebraPhilippe Guibert
2021-04-13nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert
2021-04-12nhrpd: add a zebra api to configure neighbor table per interfacePhilippe Guibert
2021-04-09nhrp, lib, zebra: add/del neighbor entry possible from nhrpPhilippe Guibert
2021-04-09nhrpd: link layer registration to notificationsPhilippe Guibert
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-10nhrpd: Use our built-in printf functionalityDonald Sharp
2021-02-12Merge pull request #7764 from pguibert6WIND/nhrp_shortcut_routesJafar Al-Gharaibeh
2021-02-11nhrpd: replace nhrp route nexthop with onlink route when prefix=nhPhilippe Guibert
2021-01-12libs,nhrpd: remove exec permMark Stapp
2020-12-17nhrpd: Clear shortcut routes properly for all protocolsGaurav Goyal
2020-11-06nhrpd: Fix memory leak on shutdownDonald Sharp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-07-31nhrpd: ignore zebra updates about our routes being deleted/addedPhilippe Guibert
2020-07-14*: un-split strings across linesDavid Lamparter
2020-03-08Merge pull request #5922 from pguibert6WIND/nhrp_override_fixDonald Sharp
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-03-06Revert "nhrpd: ignore zebra updates about our routes being deleted/added"Philippe Guibert
2020-03-05nhrpd: ignore zebra updates about our routes being deleted/addedPhilippe Guibert
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
2019-09-19*: Convert zapi->interface_delete to ifp callbackDonald Sharp
2019-09-19*: Convert interface_down to interface down callbackDonald Sharp
2019-09-19*: Convert from ->interface_up to the interface callbackDonald Sharp
2019-09-19*: Switch all zclient->interface_add to interface create callbackDonald Sharp
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2018-11-12*: Replace zclient_new with zclient_new_notifyDonald Sharp
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
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-23*: Modify zclient_init to require privs dataDonald Sharp
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