summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: fix sending /32 shortcutLouis Scalbert2024-08-231-0/+4
* nhrpd: unset noarp flag using a zapi messageLouis Scalbert2024-01-241-0/+6
* lib, nhrpd: Move neighbor reg/unreg to lib/zclient.cDonald Sharp2024-01-221-27/+9
* *: Rename ZEBRA_NHRP_NEIGH_XXX to ZEBRA_NEIGH_XXXDonald Sharp2024-01-221-5/+6
* nhrpd: clean up locals in route zapi apiMark Stapp2023-07-101-3/+3
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-5/+1
* nhrpd: Add missing enum's to switch statementDonald Sharp2023-01-311-1/+11
* *: cleanup ifp->vrf_idIgor Ryzhov2021-11-221-6/+2
* *: convert zclient callbacks to tableDavid Lamparter2021-10-201-12/+18
* nhrp, zebra, lib: pass exact received neighbor state value to nhrpPhilippe Guibert2021-08-261-1/+2
* nhrp: Preserve mtu during interface up/down and tunnel source changePhilippe Guibert2021-04-301-0/+1
* nhrpd: redirect netlink gre with zebraPhilippe Guibert2021-04-301-0/+77
* nhrp, zebra, lib: enforce usage of zapi_neigh_ip structurePhilippe Guibert2021-04-131-12/+3
* nhrpd: add a zebra api to configure neighbor table per interfacePhilippe Guibert2021-04-121-0/+20
* 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