summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_shortcut.c
AgeCommit message (Expand)Author
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp
2023-03-24*: Convert thread_add_XXX functions to event_add_XXXDonald Sharp
2023-03-24*: Rename `struct thread` to `struct event`Donald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-06-21*: Replace sockunion2str => %pSUDonatas Abraitis
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-04nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-05-18nhrpd: Set prefix correctly in resolution requestAmol Lad
2021-04-03Merge pull request #8240 from reubendowle/fixes/nhrp-natJafar Al-Gharaibeh
2021-03-29nhrpd: Make some debug prints more informativePhilippe Guibert
2021-03-19nhrpd: Use %pSU instead of sockunion2strReuben Dowle
2021-03-19nhrpd: Fix some style issuesReuben Dowle
2021-03-18nhrpd: populate correct prefix length in NAT extension in Reg-ReplyAmol Lad
2021-03-18nhrpd: Add Claimed NBMA field in sh ip nhrp cache outputAmol Lad
2021-03-18nhrpd: parse multiple CIEs in NAT extension headerAmol Lad
2021-03-18nhrpd: Set correct MTU in NHRP extensionsAmol Lad
2021-03-18nhrpd: Send prefix length in NAT extension the same as is done by CiscoReuben Dowle
2021-03-18nhrpd: Add CIE to NAT extension in resolution requestsGaurav Goyal
2021-03-18nhrpd: Process NAT extension properly, and also fallback to IPSec NAT infoGaurav Goyal
2021-03-17*: require semicolon after DEFINE_MTYPE & coDavid Lamparter
2021-03-10nhrpd: Use our built-in printf functionalityDonald Sharp
2021-02-11nhrpd: shortcut routes installed with nexthop.Philippe Guibert
2020-12-17nhrpd: Create route to private spoke-spoke network correctlyGaurav Goyal
2020-11-18bgpd, lib, nhrpd, zebra: verify return of sockunion2hostprefixDonald Sharp
2020-10-22:* Convert prefix2str to %pFXDonatas Abraitis
2020-03-11nhrpd: resolve formatting warningsGhasem Naddaf
2020-03-11Merge branch 'master' into nhrp_bugfixGhasem Naddaf
2020-03-08*: Replace `sizeof something` to sizeof(something)Donatas Abraitis
2020-02-27nhrpd: route update support for natoa nbmaGhasem Naddaf
2020-02-27nhrpd: add holdtime and MTU to CIEGhasem Naddaf
2020-02-03*: don't null after XFREE; XFREE does this itselfQuentin Young
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
2017-05-17nhrp: improve CIE prefix length handlingTimo Teräs
2017-05-09*: remove THREAD_ON macros, add nullity checkQuentin Young
2017-03-07nhrpd: adapt to API changesDavid Lamparter
2017-03-07nhrpd: implement next hop resolution protocolTimo Teräs