index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
/
vici.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: zebra.h should not have fcntl.h
Donald Sharp
2024-01-09
1
-0
/
+1
*
*: 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
-5
/
+5
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-10
/
+10
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-5
/
+5
*
*: 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
*
nhrpd: Add missing enum's to switch statement
Donald Sharp
2023-01-31
1
-7
/
+13
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-12
/
+7
*
nhrpd: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
1
-3
/
+0
*
nhrpd: lookup appropriate ipsec path
Philippe Guibert
2021-04-09
1
-0
/
+39
*
nhrpd: When IPsec profile is added or deleted, reset the vc and re-check peer
Gaurav Goyal
2021-03-17
1
-0
/
+2
*
nhrpd: Make comments clearer, fix style issues
Reuben Dowle
2021-03-17
1
-1
/
+3
*
nhrpd: Close IPSec connection when tunnel protection removed
Gaurav Goyal
2021-03-17
1
-4
/
+8
*
nhrpd: Retry IPSec if NHRP is repeatedly failing
Gaurav Goyal
2021-03-17
1
-0
/
+13
*
nhrp: Make vici socket path configurable
Zoran Pericic
2020-10-12
1
-1
/
+1
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-3
/
+3
*
*: Replace __PRETTY_FUNCTION__/__FUNCTION__ to __func__
Donatas Abraitis
2020-03-05
1
-2
/
+2
*
lib,bgpd,babeld,ripngd,nhrpd,bfdd: clean up SA warnings
Mark Stapp
2019-06-06
1
-2
/
+2
*
Revert "nhrpd: strncpy -> strlcpy"
Quentin Young
2019-03-05
1
-1
/
+1
*
nhrpd: strncpy -> strlcpy
Quentin Young
2019-02-26
1
-1
/
+1
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-7
/
+10
*
nhrpd: NHRP_[ERR|WARN] -> EC_NHRP
Quentin Young
2018-09-13
1
-4
/
+4
*
*: fix config.h/zebra.h include order
David Lamparter
2018-09-08
1
-0
/
+4
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-4
/
+4
*
nhrpd: Add NHRP_ERR_XXXX for zlog_err to zlog_ferr conversion
Donald Sharp
2018-08-14
1
-9
/
+11
*
nhrpd: uninitialized variable (Clang scan)
F. Aragon
2018-07-02
1
-1
/
+1
*
nhrpd: uninitialized variable (Clang scan)
F. Aragon
2018-06-29
1
-0
/
+1
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-80
/
+126
*
nhrpd: fixes for clang scan-build issues
Jorge Boncompte
2017-08-11
1
-4
/
+7
*
nhrpd: fix issues found by coverity
Jorge Boncompte
2017-08-10
1
-7
/
+12
*
nhrpd: Guard a debug that was constantly spewing information
Donald Sharp
2017-06-02
1
-1
/
+1
*
*: remove THREAD_ON macros, add nullity check
Quentin Young
2017-05-09
1
-7
/
+10
*
nhrp: parse and log command response errors from strongSwan
Timo Teräs
2017-04-25
1
-1
/
+21
*
nhrp: explicitly cast ints to size_t for vici_request_vc va_list handling
Timo Teräs
2017-04-25
1
-3
/
+3
*
nhrpd: implement next hop resolution protocol
Timo Teräs
2017-03-07
1
-0
/
+482