summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_shortcut.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nhrp: add `cisco-authentication` password supportVolodymyr Huti2024-06-111-2/+2
* nhrpd: cleans up shortcut cache entries on terminationDave LeRoy2024-06-051-4/+8
* *: Convert event.h to frrevent.hDonald Sharp2023-03-241-1/+1
* *: Convert THREAD_XXX macros to EVENT_XXX macrosDonald Sharp2023-03-241-7/+7
* *: Convert thread_add_XXX functions to event_add_XXXDonald Sharp2023-03-241-11/+11
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-3/+3
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-5/+1
* *: Replace sockunion2str => %pSUDonatas Abraitis2022-06-211-9/+3
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-6/+3
* nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-1/+0
* nhrpd: Set prefix correctly in resolution requestAmol Lad2021-05-181-1/+3
* Merge pull request #8240 from reubendowle/fixes/nhrp-natJafar Al-Gharaibeh2021-04-041-28/+75
|\
| * nhrpd: Make some debug prints more informativePhilippe Guibert2021-03-281-2/+2
| * nhrpd: Use %pSU instead of sockunion2strReuben Dowle2021-03-191-18/+9
| * nhrpd: Fix some style issuesReuben Dowle2021-03-181-10/+19
| * nhrpd: populate correct prefix length in NAT extension in Reg-ReplyAmol Lad2021-03-181-14/+26
| * nhrpd: Add Claimed NBMA field in sh ip nhrp cache outputAmol Lad2021-03-181-2/+2
| * nhrpd: parse multiple CIEs in NAT extension headerAmol Lad2021-03-181-19/+24
| * nhrpd: Set correct MTU in NHRP extensionsAmol Lad2021-03-181-0/+1
| * nhrpd: Send prefix length in NAT extension the same as is done by CiscoReuben Dowle2021-03-181-2/+3
| * nhrpd: Add CIE to NAT extension in resolution requestsGaurav Goyal2021-03-181-1/+8
| * nhrpd: Process NAT extension properly, and also fallback to IPSec NAT infoGaurav Goyal2021-03-181-8/+29
* | *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-1/+1
|/
* nhrpd: Use our built-in printf functionalityDonald Sharp2021-03-101-17/+8
* nhrpd: shortcut routes installed with nexthop.Philippe Guibert2021-02-111-4/+12
* nhrpd: Create route to private spoke-spoke network correctlyGaurav Goyal2020-12-161-1/+18
* bgpd, lib, nhrpd, zebra: verify return of sockunion2hostprefixDonald Sharp2020-11-181-1/+3
* :* Convert prefix2str to %pFXDonatas Abraitis2020-10-221-19/+9
* nhrpd: resolve formatting warningsGhasem Naddaf2020-03-111-13/+6
* Merge branch 'master' into nhrp_bugfixGhasem Naddaf2020-03-111-9/+8
|\
| * *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-10/+10
* | nhrpd: route update support for natoa nbmaGhasem Naddaf2020-02-271-19/+67
* | nhrpd: add holdtime and MTU to CIEGhasem Naddaf2020-02-271-1/+12
|/
* *: don't null after XFREE; XFREE does this itselfQuentin Young2020-02-031-1/+0
* *: 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-56/+89
* nhrp: improve CIE prefix length handlingTimo Teräs2017-05-181-1/+1
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-6/+11
* nhrpd: adapt to API changesDavid Lamparter2017-03-071-0/+2
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+402