summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* *: Convert connected_free to a double pointerDonald Sharp2019-11-021-1/+1
* *: Convert zapi->interface_delete to ifp callbackDonald Sharp2019-09-191-16/+1
* *: Convert interface_down to interface down callbackDonald Sharp2019-09-191-12/+2
* *: Convert from ->interface_up to the interface callbackDonald Sharp2019-09-191-12/+1
* *: Switch all zclient->interface_add to interface create callbackDonald Sharp2019-09-191-13/+1
* *: Add infrastructure to support zapi interface callbacksDonald Sharp2019-09-191-0/+20
* Revert "Ospf missing interface handling 2"Donald Sharp2019-06-241-2/+1
* *: change if_lookup_by_name() api with vrfPhilippe Guibert2019-06-121-1/+2
* *: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young2019-05-031-18/+12
* bfdd, nhrpd, pimd: When deleting an interface clean upDonald Sharp2019-03-291-2/+4
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* *: ALLOC calls cannot failDonald Sharp2018-08-111-2/+0
* *: use C99 standard fixed-width integer typesQuentin Young2018-03-271-1/+1
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-62/+94
* *: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal2017-10-101-1/+1
* lib: replace if_add_hook with hook_* logicDavid Lamparter2017-08-151-2/+2
* nhrp: notify 'tunnel protection' changesTimo Teräs2017-04-251-0/+2
* *: Refactor if_lookup_by_name to be VRF awareDonald Sharp2017-03-151-1/+1
* *: Remove non-vrf based ifindex lookupDonald Sharp2017-03-151-1/+1
* nhrpd: adapt to API changesDavid Lamparter2017-03-071-1/+3
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+404