summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_interface.c
AgeCommit message (Expand)Author
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31nhrpd: Add missing enum's to switch statementDonald Sharp
2022-08-22nhrpd: Use nhrp_interface_update_nbma when source vrf was changedDmitrii Turlupov
2021-11-22*: cleanup ifp->vrf_idIgor Ryzhov
2021-10-19nhrpd: convert mcast list to DLISTDavid Lamparter
2021-10-19nhrpd: convert nhs list to DLISTDavid Lamparter
2021-10-19nhrpd: convert notifier list to DLISTDavid Lamparter
2021-04-30nhrpd: move prototype to top of filePhilippe Guibert
2021-04-30nhrpd: cleaning netlink gre informationPhilippe Guibert
2021-04-30nhrpd: redirect netlink gre with zebraPhilippe Guibert
2021-04-13Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh
2021-04-12nhrpd: add a zebra api to configure neighbor table per interfacePhilippe Guibert
2021-04-06nhrpd: Add support for forwarding multicast packetsAmol Lad
2021-04-03Merge pull request #8240 from reubendowle/fixes/nhrp-natJafar Al-Gharaibeh
2021-03-22Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis
2021-03-18nhrpd: Add Claimed NBMA field in sh ip nhrp cache outputAmol Lad
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-17nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peerGaurav Goyal
2021-03-17nhrpd: Make comments clearer, fix style issuesReuben Dowle
2021-03-17nhrpd: Close IPSec connection when tunnel protection removedGaurav Goyal
2021-03-10nhrpd: Use our built-in printf functionalityDonald Sharp
2021-01-12libs,nhrpd: remove exec permMark Stapp
2020-12-17nhrpd: Cleanup resources when interface is deletedReuben Dowle
2020-12-08nhrpd: fix SA warning in nhrp_interfaceMark Stapp
2020-11-23nhrpd: cache config may disappear if iface not present at startupPhilippe Guibert
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-06*: Replace s_addr 0 => INADDR_ANYDonatas Abraitis
2019-11-02*: Convert connected_free to a double pointerDonald Sharp
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-09-19*: Add infrastructure to support zapi interface callbacksDonald Sharp
2019-06-23Revert "Ospf missing interface handling 2"Donald Sharp
2019-06-12*: change if_lookup_by_name() api with vrfPhilippe Guibert
2019-05-03*: use ZAPI_CALLBACK_ARGS macro for zapi handlersQuentin Young
2019-03-29bfdd, nhrpd, pimd: When deleting an interface clean upDonald Sharp
2018-09-08*: fix config.h/zebra.h include orderDavid Lamparter
2018-08-11*: ALLOC calls cannot failDonald Sharp
2018-03-27*: use C99 standard fixed-width integer typesQuentin Young
2018-03-06*: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger
2017-10-10*: introduce new rb-tree to optimize interface lookup by ifindexRenato Westphal
2017-08-15lib: replace if_add_hook with hook_* logicDavid Lamparter
2017-04-25nhrp: notify 'tunnel protection' changesTimo Teräs
2017-03-15*: Refactor if_lookup_by_name to be VRF awareDonald Sharp
2017-03-15*: Remove non-vrf based ifindex lookupDonald Sharp
2017-03-07nhrpd: adapt to API changesDavid Lamparter