index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
nhrpd
/
nhrp_interface.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-1
/
+3
*
|
nhrpd: Make comments clearer, fix style issues
Reuben Dowle
2021-03-17
1
-4
/
+2
*
|
nhrpd: Close IPSec connection when tunnel protection removed
Gaurav Goyal
2021-03-17
1
-0
/
+6
|
/
*
nhrpd: Use our built-in printf functionality
Donald Sharp
2021-03-10
1
-4
/
+2
*
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
/
+15
*
nhrpd: fix SA warning in nhrp_interface
Mark Stapp
2020-12-08
1
-4
/
+10
*
nhrpd: cache config may disappear if iface not present at startup
Philippe Guibert
2020-11-23
1
-1
/
+62
*
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-8
/
+6
*
*: Replace `sizeof something` to sizeof(something)
Donatas Abraitis
2020-03-08
1
-5
/
+5
*
*: Replace s_addr 0 => INADDR_ANY
Donatas Abraitis
2020-02-06
1
-1
/
+1
*
*: Convert connected_free to a double pointer
Donald Sharp
2019-11-02
1
-1
/
+1
*
*: Convert zapi->interface_delete to ifp callback
Donald Sharp
2019-09-19
1
-16
/
+1
*
*: Convert interface_down to interface down callback
Donald Sharp
2019-09-19
1
-12
/
+2
*
*: Convert from ->interface_up to the interface callback
Donald Sharp
2019-09-19
1
-12
/
+1
*
*: Switch all zclient->interface_add to interface create callback
Donald Sharp
2019-09-19
1
-13
/
+1
*
*: Add infrastructure to support zapi interface callbacks
Donald Sharp
2019-09-19
1
-0
/
+20
*
Revert "Ospf missing interface handling 2"
Donald Sharp
2019-06-24
1
-2
/
+1
*
*: change if_lookup_by_name() api with vrf
Philippe Guibert
2019-06-12
1
-1
/
+2
*
*: use ZAPI_CALLBACK_ARGS macro for zapi handlers
Quentin Young
2019-05-03
1
-18
/
+12
*
bfdd, nhrpd, pimd: When deleting an interface clean up
Donald Sharp
2019-03-29
1
-2
/
+4
*
*: 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
-2
/
+0
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-1
/
+1
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-62
/
+94
*
*: introduce new rb-tree to optimize interface lookup by ifindex
Renato Westphal
2017-10-10
1
-1
/
+1
*
lib: replace if_add_hook with hook_* logic
David Lamparter
2017-08-15
1
-2
/
+2
*
nhrp: notify 'tunnel protection' changes
Timo Teräs
2017-04-25
1
-0
/
+2
*
*: Refactor if_lookup_by_name to be VRF aware
Donald Sharp
2017-03-15
1
-1
/
+1
*
*: Remove non-vrf based ifindex lookup
Donald Sharp
2017-03-15
1
-1
/
+1
*
nhrpd: adapt to API changes
David Lamparter
2017-03-07
1
-1
/
+3
*
nhrpd: implement next hop resolution protocol
Timo Teräs
2017-03-07
1
-0
/
+404