index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
/
nhrp_shortcut.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
nhrp: add `cisco-authentication` password support
Volodymyr Huti
2024-06-11
1
-2
/
+2
*
nhrpd: cleans up shortcut cache entries on termination
Dave LeRoy
2024-06-05
1
-4
/
+8
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-7
/
+7
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-11
/
+11
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-5
/
+1
*
*: Replace sockunion2str => %pSU
Donatas Abraitis
2022-06-21
1
-9
/
+3
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-6
/
+3
*
nhrpd: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
1
-1
/
+0
*
nhrpd: Set prefix correctly in resolution request
Amol Lad
2021-05-18
1
-1
/
+3
*
Merge pull request #8240 from reubendowle/fixes/nhrp-nat
Jafar Al-Gharaibeh
2021-04-04
1
-28
/
+75
|
\
|
*
nhrpd: Make some debug prints more informative
Philippe Guibert
2021-03-28
1
-2
/
+2
|
*
nhrpd: Use %pSU instead of sockunion2str
Reuben Dowle
2021-03-19
1
-18
/
+9
|
*
nhrpd: Fix some style issues
Reuben Dowle
2021-03-18
1
-10
/
+19
|
*
nhrpd: populate correct prefix length in NAT extension in Reg-Reply
Amol Lad
2021-03-18
1
-14
/
+26
|
*
nhrpd: Add Claimed NBMA field in sh ip nhrp cache output
Amol Lad
2021-03-18
1
-2
/
+2
|
*
nhrpd: parse multiple CIEs in NAT extension header
Amol Lad
2021-03-18
1
-19
/
+24
|
*
nhrpd: Set correct MTU in NHRP extensions
Amol Lad
2021-03-18
1
-0
/
+1
|
*
nhrpd: Send prefix length in NAT extension the same as is done by Cisco
Reuben Dowle
2021-03-18
1
-2
/
+3
|
*
nhrpd: Add CIE to NAT extension in resolution requests
Gaurav Goyal
2021-03-18
1
-1
/
+8
|
*
nhrpd: Process NAT extension properly, and also fallback to IPSec NAT info
Gaurav Goyal
2021-03-18
1
-8
/
+29
*
|
*: require semicolon after DEFINE_MTYPE & co
David Lamparter
2021-03-17
1
-1
/
+1
|
/
*
nhrpd: Use our built-in printf functionality
Donald Sharp
2021-03-10
1
-17
/
+8
*
nhrpd: shortcut routes installed with nexthop.
Philippe Guibert
2021-02-11
1
-4
/
+12
*
nhrpd: Create route to private spoke-spoke network correctly
Gaurav Goyal
2020-12-16
1
-1
/
+18
*
bgpd, lib, nhrpd, zebra: verify return of sockunion2hostprefix
Donald Sharp
2020-11-18
1
-1
/
+3
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-19
/
+9
*
nhrpd: resolve formatting warnings
Ghasem Naddaf
2020-03-11
1
-13
/
+6
*
Merge branch 'master' into nhrp_bugfix
Ghasem Naddaf
2020-03-11
1
-9
/
+8
|
\
|
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-10
/
+10
*
|
nhrpd: route update support for natoa nbma
Ghasem Naddaf
2020-02-27
1
-19
/
+67
*
|
nhrpd: add holdtime and MTU to CIE
Ghasem Naddaf
2020-02-27
1
-1
/
+12
|
/
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-1
/
+0
*
*: fix config.h/zebra.h include order
David Lamparter
2018-09-08
1
-0
/
+4
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-56
/
+89
*
nhrp: improve CIE prefix length handling
Timo Teräs
2017-05-18
1
-1
/
+1
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-6
/
+11
*
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
/
+402