summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_peer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* nhrpd: Fixup tab usage and sockunion2str usageDonald Sharp2021-04-061-1/+1
* Merge pull request #8240 from reubendowle/fixes/nhrp-natJafar Al-Gharaibeh2021-04-041-36/+246
|\
| * nhrpd: Fix memory leak in error path when forwarding packetsReuben Dowle2021-04-011-0/+1
| * nhrpd: Ensure invalid pointer is not used if two NAT extensions receivedReuben Dowle2021-04-011-35/+40
| * nhrpd: Make some debug prints more informativePhilippe Guibert2021-03-281-6/+4
| * nhrpd: Remove unecessary new line from debug messagesReuben Dowle2021-03-281-2/+2
| * nhrpd: Use %pSU instead of sockunion2strReuben Dowle2021-03-191-48/+20
| * nhrpd: Fix some style issuesReuben Dowle2021-03-181-37/+40
| * nhrpd: Set prefix length in NAT extension in resolution-replyAmol Lad2021-03-181-0/+4
| * nhrpd: Ensure invalid NAT extension info cannot be usedReuben Dowle2021-03-181-2/+4
| * nhrpd: Use SU_ADDRSTRLEN where appropriateReuben Dowle2021-03-181-14/+12
| * nhrpd: populate correct prefix length in NAT extension in Reg-ReplyAmol Lad2021-03-181-81/+154
| * nhrpd: Add Claimed NBMA field in sh ip nhrp cache outputAmol Lad2021-03-181-3/+8
| * nhrpd: copy NAT extension if present else attempt to populateAmol Lad2021-03-181-21/+26
| * nhrpd: Add empty NAT extension header for Non Natted Spoke in Resolution-ReplyAmol Lad2021-03-181-9/+7
| * nhrpd: Set correct MTU in NHRP extensionsAmol Lad2021-03-181-1/+4
| * nhrpd: Add NAT extension in forwarded packetsGaurav Goyal2021-03-181-2/+41
| * nhrpd: Process NAT extension properly, and also fallback to IPSec NAT infoGaurav Goyal2021-03-181-12/+116
* | 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-0/+4
|/
* nhrpd: Set hop count to 1 in traffic indicationGaurav Goyal2021-03-141-1/+1
* nhrpd: Use our built-in printf functionalityDonald Sharp2021-03-101-38/+18
* libs,nhrpd: remove exec permMark Stapp2021-01-121-0/+0
* nhrpd: Cleanup resources when interface is deletedReuben Dowle2020-12-161-0/+27
* nhrpd: Only create one child saGaurav Goyal2020-12-161-0/+2
* nhrpd: resolve formatting warningsGhasem Naddaf2020-03-111-9/+5
* Merge branch 'master' into nhrp_bugfixGhasem Naddaf2020-03-111-20/+19
|\
| * *: Replace `sizeof something` to sizeof(something)Donatas Abraitis2020-03-081-16/+16
| * nhrpd: Cleanup set but unused variablesDonald Sharp2020-02-271-4/+3
* | nhrpd: add holdtime and MTU to CIEGhasem Naddaf2020-02-271-34/+104
|/
* nhrpd: offset value not checked for min sizeQuentin Young2020-01-151-2/+4
* *: generously apply constDavid Lamparter2019-12-021-1/+1
* lib: hashing functions should take const argumentsQuentin Young2019-05-141-2/+2
* *: Replace hash_cmp function return value to a boolDonald Sharp2018-10-191-1/+2
* nhrpd: missing operand addedF. Aragon2018-09-131-2/+3
* *: fix config.h/zebra.h include orderDavid Lamparter2018-09-081-0/+4
* *: ALLOC calls cannot failDonald Sharp2018-08-111-12/+12
* *: conform with COMMUNITY.md formatting rules, via 'make indent'Lou Berger2018-03-061-165/+242
* nhrpd: Add hash table namesDonald Sharp2017-09-051-1/+3
* nhrpd: fix issues found by coverityJorge Boncompte2017-08-101-1/+5
* *: fix GCC 7 switch/case fallthrough warningsDavid Lamparter2017-07-141-1/+3
* *: update hash_create(), hash_create_size()Quentin Young2017-07-021-1/+1
* nhrp: improve CIE prefix length handlingTimo Teräs2017-05-181-3/+8
* *: remove THREAD_ON macros, add nullity checkQuentin Young2017-05-091-6/+7
* nhrp: fix potential crash when vici profile name is not configuredTimo Teräs2017-04-251-0/+2
* nhrp: fix protocol address family parsing on receiveTimo Teräs2017-04-251-9/+19
* nhrpd: Fix value set but never used.Donald Sharp2017-03-311-1/+0
* nhrpd: adapt to API changesDavid Lamparter2017-03-071-0/+2
* nhrpd: implement next hop resolution protocolTimo Teräs2017-03-071-0/+860