summaryrefslogtreecommitdiff
path: root/nhrpd/nhrp_peer.c
AgeCommit message (Expand)Author
2024-09-13nhrpd: fixes duplicate auth extensionDenys Haryachyy
2024-06-05nhrpd: Fix nhrp_peer leakKeelan10
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-03-21*: Add a hash_clean_and_free() functionDonald Sharp
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2022-08-15nhrpd: Use frr_weak_random()Donald Sharp
2022-06-21*: Replace sockunion2str => %pSUDonatas Abraitis
2022-02-23*: Change thread->func to return void instead of intDonald Sharp
2021-10-19nhrpd: convert notifier list to DLISTDavid Lamparter
2021-10-04nhrpd: Do not explicitly set the thread pointer to NULLDonatas Abraitis
2021-04-13Merge pull request #8153 from reubendowle/nhrp-multicastJafar Al-Gharaibeh
2021-04-12nhrp: avoid crashing when terminating interface contextsPhilippe Guibert
2021-04-06nhrpd: Fixup tab usage and sockunion2str usageDonald Sharp
2021-04-06nhrpd: Fix style violation issuesReuben Dowle
2021-04-06nhrpd: Add support for forwarding multicast packetsAmol Lad
2021-04-03Merge pull request #8240 from reubendowle/fixes/nhrp-natJafar Al-Gharaibeh
2021-04-01nhrpd: Fix memory leak in error path when forwarding packetsReuben Dowle
2021-04-01nhrpd: Ensure invalid pointer is not used if two NAT extensions receivedReuben Dowle
2021-03-29nhrpd: Make some debug prints more informativePhilippe Guibert
2021-03-29nhrpd: Remove unecessary new line from debug messagesReuben Dowle
2021-03-22Merge pull request #8121 from opensourcerouting/macro-cleanupDonatas Abraitis
2021-03-19nhrpd: Use %pSU instead of sockunion2strReuben Dowle
2021-03-19nhrpd: Fix some style issuesReuben Dowle
2021-03-18nhrpd: Set prefix length in NAT extension in resolution-replyAmol Lad
2021-03-18nhrpd: Ensure invalid NAT extension info cannot be usedReuben Dowle
2021-03-18nhrpd: Use SU_ADDRSTRLEN where appropriateReuben 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: copy NAT extension if present else attempt to populateAmol Lad
2021-03-18nhrpd: Add empty NAT extension header for Non Natted Spoke in Resolution-ReplyAmol Lad
2021-03-18nhrpd: Set correct MTU in NHRP extensionsAmol Lad
2021-03-18nhrpd: Add NAT extension in forwarded packetsGaurav 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-17nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peerGaurav Goyal
2021-03-15nhrpd: Set hop count to 1 in traffic indicationGaurav Goyal
2021-03-10nhrpd: Use our built-in printf functionalityDonald Sharp
2021-01-12libs,nhrpd: remove exec permMark Stapp
2020-12-17nhrpd: Cleanup resources when interface is deletedReuben Dowle
2020-12-17nhrpd: Only create one child saGaurav Goyal
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: add holdtime and MTU to CIEGhasem Naddaf
2020-02-27nhrpd: Cleanup set but unused variablesDonald Sharp
2020-01-14nhrpd: offset value not checked for min sizeQuentin Young