summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_interface.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-221-1/+1
|\
| * *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
* | nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peerGaurav Goyal2021-03-171-1/+3
* | nhrpd: Make comments clearer, fix style issuesReuben Dowle2021-03-171-4/+2
* | nhrpd: Close IPSec connection when tunnel protection removedGaurav Goyal2021-03-171-0/+6
|/
* nhrpd: Use our built-in printf functionalityDonald Sharp2021-03-101-4/+2
* libs,nhrpd: remove exec permMark Stapp2021-01-121-0/+0
* nhrpd: Cleanup resources when interface is deletedReuben Dowle2020-12-161-0/+15
* nhrpd: fix SA warning in nhrp_interfaceMark Stapp2020-12-081-4/+10
* nhrpd: cache config may disappear if iface not present at startupPhilippe Guibert2020-11-231-1/+62
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-8/+6
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-5/+5
* *: Replace s_addr 0 => INADDR_ANYDonatas Abraitis2020-02-061-1/+1
* *: 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