index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
/
nhrp_peer.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nhrpd: Fixup tab usage and sockunion2str usage
Donald Sharp
2021-04-06
1
-1
/
+1
*
Merge pull request #8240 from reubendowle/fixes/nhrp-nat
Jafar Al-Gharaibeh
2021-04-04
1
-36
/
+246
|
\
|
*
nhrpd: Fix memory leak in error path when forwarding packets
Reuben Dowle
2021-04-01
1
-0
/
+1
|
*
nhrpd: Ensure invalid pointer is not used if two NAT extensions received
Reuben Dowle
2021-04-01
1
-35
/
+40
|
*
nhrpd: Make some debug prints more informative
Philippe Guibert
2021-03-28
1
-6
/
+4
|
*
nhrpd: Remove unecessary new line from debug messages
Reuben Dowle
2021-03-28
1
-2
/
+2
|
*
nhrpd: Use %pSU instead of sockunion2str
Reuben Dowle
2021-03-19
1
-48
/
+20
|
*
nhrpd: Fix some style issues
Reuben Dowle
2021-03-18
1
-37
/
+40
|
*
nhrpd: Set prefix length in NAT extension in resolution-reply
Amol Lad
2021-03-18
1
-0
/
+4
|
*
nhrpd: Ensure invalid NAT extension info cannot be used
Reuben Dowle
2021-03-18
1
-2
/
+4
|
*
nhrpd: Use SU_ADDRSTRLEN where appropriate
Reuben Dowle
2021-03-18
1
-14
/
+12
|
*
nhrpd: populate correct prefix length in NAT extension in Reg-Reply
Amol Lad
2021-03-18
1
-81
/
+154
|
*
nhrpd: Add Claimed NBMA field in sh ip nhrp cache output
Amol Lad
2021-03-18
1
-3
/
+8
|
*
nhrpd: copy NAT extension if present else attempt to populate
Amol Lad
2021-03-18
1
-21
/
+26
|
*
nhrpd: Add empty NAT extension header for Non Natted Spoke in Resolution-Reply
Amol Lad
2021-03-18
1
-9
/
+7
|
*
nhrpd: Set correct MTU in NHRP extensions
Amol Lad
2021-03-18
1
-1
/
+4
|
*
nhrpd: Add NAT extension in forwarded packets
Gaurav Goyal
2021-03-18
1
-2
/
+41
|
*
nhrpd: Process NAT extension properly, and also fallback to IPSec NAT info
Gaurav Goyal
2021-03-18
1
-12
/
+116
*
|
Merge pull request #8121 from opensourcerouting/macro-cleanup
Donatas Abraitis
2021-03-22
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
*
|
nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peer
Gaurav Goyal
2021-03-17
1
-0
/
+4
|
/
*
nhrpd: Set hop count to 1 in traffic indication
Gaurav Goyal
2021-03-14
1
-1
/
+1
*
nhrpd: Use our built-in printf functionality
Donald Sharp
2021-03-10
1
-38
/
+18
*
libs,nhrpd: remove exec perm
Mark Stapp
2021-01-12
1
-0
/
+0
*
nhrpd: Cleanup resources when interface is deleted
Reuben Dowle
2020-12-16
1
-0
/
+27
*
nhrpd: Only create one child sa
Gaurav Goyal
2020-12-16
1
-0
/
+2
*
nhrpd: resolve formatting warnings
Ghasem Naddaf
2020-03-11
1
-9
/
+5
*
Merge branch 'master' into nhrp_bugfix
Ghasem Naddaf
2020-03-11
1
-20
/
+19
|
\
|
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-16
/
+16
|
*
nhrpd: Cleanup set but unused variables
Donald Sharp
2020-02-27
1
-4
/
+3
*
|
nhrpd: add holdtime and MTU to CIE
Ghasem Naddaf
2020-02-27
1
-34
/
+104
|
/
*
nhrpd: offset value not checked for min size
Quentin Young
2020-01-15
1
-2
/
+4
*
*: generously apply const
David Lamparter
2019-12-02
1
-1
/
+1
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-2
/
+2
*
*: Replace hash_cmp function return value to a bool
Donald Sharp
2018-10-19
1
-1
/
+2
*
nhrpd: missing operand added
F. Aragon
2018-09-13
1
-2
/
+3
*
*: fix config.h/zebra.h include order
David Lamparter
2018-09-08
1
-0
/
+4
*
*: ALLOC calls cannot fail
Donald Sharp
2018-08-11
1
-12
/
+12
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-165
/
+242
*
nhrpd: Add hash table names
Donald Sharp
2017-09-05
1
-1
/
+3
*
nhrpd: fix issues found by coverity
Jorge Boncompte
2017-08-10
1
-1
/
+5
*
*: fix GCC 7 switch/case fallthrough warnings
David Lamparter
2017-07-14
1
-1
/
+3
*
*: update hash_create(), hash_create_size()
Quentin Young
2017-07-02
1
-1
/
+1
*
nhrp: improve CIE prefix length handling
Timo Teräs
2017-05-18
1
-3
/
+8
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-6
/
+7
*
nhrp: fix potential crash when vici profile name is not configured
Timo Teräs
2017-04-25
1
-0
/
+2
*
nhrp: fix protocol address family parsing on receive
Timo Teräs
2017-04-25
1
-9
/
+19
*
nhrpd: Fix value set but never used.
Donald Sharp
2017-03-31
1
-1
/
+0
*
nhrpd: adapt to API changes
David Lamparter
2017-03-07
1
-0
/
+2
*
nhrpd: implement next hop resolution protocol
Timo Teräs
2017-03-07
1
-0
/
+860