summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_nhs.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: Fixup tab usage and sockunion2str usageDonald Sharp2021-04-061-5/+2
* Merge pull request #8240 from reubendowle/fixes/nhrp-natJafar Al-Gharaibeh2021-04-041-8/+62
|\
| * nhrpd: Fix some style issuesReuben Dowle2021-03-181-0/+1
| * nhrpd: populate correct prefix length in NAT extension in Reg-ReplyAmol Lad2021-03-181-10/+20
| * nhrpd: Add Claimed NBMA field in sh ip nhrp cache outputAmol Lad2021-03-181-5/+13
| * nhrpd: add NHS details in NAT Extension headerAmol Lad2021-03-181-2/+15
| * nhrpd: Set correct MTU in NHRP extensionsAmol Lad2021-03-181-0/+1
| * nhrpd: Process NAT extension properly, and also fallback to IPSec NAT infoGaurav Goyal2021-03-181-0/+21
* | Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis2021-03-221-2/+2
|\ \
| * | *: require semicolon after DEFINE_MTYPE & coDavid Lamparter2021-03-171-2/+2
* | | nhrpd: Remove newline from log messageDonald Sharp2021-03-181-1/+1
| |/ |/|
* | nhrpd: Make comments clearer, fix style issuesReuben Dowle2021-03-171-6/+9
* | nhrpd: Close IPSec connection when tunnel protection removedGaurav Goyal2021-03-171-1/+2
* | nhrpd: Retry IPSec if NHRP is repeatedly failingGaurav Goyal2021-03-171-0/+8
|/
* nhrpd: Use our built-in printf functionalityDonald Sharp2021-03-101-14/+8
* libs,nhrpd: remove exec permMark Stapp2021-01-121-0/+0
* nhrpd: Cleanup resources when interface is deletedReuben Dowle2020-12-161-0/+18
* nhrpd: Use MTU received in registration in nhs cacheGaurav Goyal2020-12-161-1/+4
* nhrpd: Set correct prefix length in nhrp registrationAmol Lad2020-12-161-1/+2
* *: unify thread/event cancel macrosMark Stapp2020-10-231-1/+1
* *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-2/+2
* lib,nhrpd,bgpd/bmp: pass resolver failure detailsDavid Lamparter2019-12-111-2/+2
* *: ALLOC calls cannot failDonald Sharp2018-08-111-2/+0
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-52/+87
* *: use the FOR_ALL_INTERFACES abstraction from babeldRenato Westphal2017-10-101-1/+1
* *: use rb-trees to store interfaces instead of sorted linked-listsRenato Westphal2017-10-101-2/+2
* nhrpd: use hop count 1 for registration requestsTimo Teräs2017-08-171-1/+1
* nhrp: improve CIE prefix length handlingTimo Teräs2017-05-181-1/+1
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-9/+18
* nhrpd: implement 'show ip nhrp nhs'Timo Teräs2017-04-251-13/+15
* nhrpd: adapt to API changesDavid Lamparter2017-03-071-1/+4
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+369