summaryrefslogtreecommitdiffstats
path: root/nhrpd/nhrp_peer.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #14561 from idryzhov/implicit-fallthroughDonald Sharp2023-10-131-3/+3
|\
| * build: add -Wimplicit-fallthroughIgor Ryzhov2023-10-121-3/+3
* | nhrpd: Fix nhrp_peer leakKeelan102023-10-121-1/+2
|/
* *: 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-14/+14
* *: Rename `struct thread` to `struct event`Donald Sharp2023-03-241-3/+3
* *: Rename thread.[ch] to event.[ch]Donald Sharp2023-03-241-1/+1
* *: Add a hash_clean_and_free() functionDonald Sharp2023-03-211-6/+1
* *: auto-convert to SPDX License IDsDavid Lamparter2023-02-091-5/+1
* nhrpd: Use frr_weak_random()Donald Sharp2022-08-151-1/+2
* *: Replace sockunion2str => %pSUDonatas Abraitis2022-06-211-6/+3
* *: Change thread->func to return void instead of intDonald Sharp2022-02-241-9/+4
* nhrpd: convert notifier list to DLISTDavid Lamparter2021-10-191-1/+1
* nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis2021-10-041-1/+0
* Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh2021-04-131-1/+1
|\
| * nhrpd: Fix style violation issuesReuben Dowle2021-04-051-2/+1
| * nhrpd: Add support for forwarding multicast packetsAmol Lad2021-04-051-1/+2
* | nhrp: avoid crashing when terminating interface contextsPhilippe Guibert2021-04-121-4/+5
* | 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
|/