index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_gr_helper.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospf6d: Prevent heap-buffer-overflow with unknown type
Iggy Frankovic
2024-05-30
1
-0
/
+1
*
ospfd, ospf6d: Remove deprecated JSON fields
Donatas Abraitis
2024-04-11
1
-9
/
+0
*
*: Do not cast to the same type as the destination is
Donatas Abraitis
2023-09-29
1
-2
/
+2
*
ospf6d: Convert ospf6_lsa_unlock to a better api
Donald Sharp
2023-07-12
1
-2
/
+2
*
ospf,ospf6: fix json key typo supoort
Mark Stapp
2023-04-07
1
-0
/
+10
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-4
/
+2
*
ospfd, ospf6d: Add more logging details
Donatas Abraitis
2023-03-17
1
-2
/
+3
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
*: Drop deprecated incorrect JSON fields with wrong naming
Donatas Abraitis
2023-01-31
1
-16
/
+1
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
ospf6d: adding missing json fields
rgirada
2022-10-18
1
-0
/
+5
*
ospf6d: corrected the debug string
sri-mohan1
2022-07-27
1
-1
/
+1
*
ospf6d: Clean up thread interface
Donald Sharp
2022-05-20
1
-2
/
+1
*
ospf6d: add header size check for LSA
anlan_cs
2022-05-10
1
-0
/
+12
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-2
/
+2
*
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
Donald Sharp
2022-03-13
1
-2
/
+17
|
\
|
*
*: Add camelCase JSON keys in addition to PascalCase
Donatas Abraitis
2022-02-03
1
-2
/
+17
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-2
/
+1
|
/
*
*: Remove redundand braces for single statement blocks
Donatas Abraitis
2021-11-27
1
-2
/
+1
*
ospf6d: Convert vty_out to vty_json for JSON
Donatas Abraitis
2021-11-25
1
-4
/
+1
*
ospf6d: Addressing few coverity issues.
rgirada
2021-10-29
1
-2
/
+24
*
ospf6d: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-08
1
-2
/
+0
*
ospf6d: rename the "graceful-restart helper-only" command
Renato Westphal
2021-09-21
1
-7
/
+9
*
ospf6d: introduce support for Graceful Restart (restarting mode)
Renato Westphal
2021-09-16
1
-0
/
+10
*
ospf6d: fix possible NULL dereference
Igor Ryzhov
2021-09-15
1
-1
/
+4
*
ospf6d: fix display of debug command in the running configuration
Renato Westphal
2021-08-31
1
-1
/
+1
*
Merge pull request #9457 from anlancs/ospf6-void
Mark Stapp
2021-08-24
1
-3
/
+1
|
\
|
*
ospf6d: suppress coverity warning of return value
anlan_cs
2021-08-22
1
-3
/
+1
*
|
ospf6d: fix lock leak of using ALL_LSDB in GR helper
anlan_cs
2021-08-22
1
-1
/
+6
|
/
*
ospf6d: GR helper configurations
rgirada
2021-08-12
1
-54
/
+786
*
ospf6d: GR helper exit scenarios
rgirada
2021-08-10
1
-1
/
+180
*
ospf6d: Helper functionality changes
rgirada
2021-08-10
1
-6
/
+290
*
ospf6d: debug command support for helper support.
rgirada
2021-08-10
1
-0
/
+25
*
ospf6d: Init/De-init gr helper functionality
rgirada
2021-08-10
1
-0
/
+155