index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_lsa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: 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
-6
/
+6
*
*: Convert thread_execute to event_execute
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-4
/
+4
*
*: 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
-16
/
+1
*
*: Drop deprecated incorrect JSON fields with wrong naming
Donatas Abraitis
2023-01-31
1
-4
/
+0
*
ospf6d: Stop using MTYPE_TMP in some cases
Donald Sharp
2022-12-05
1
-2
/
+2
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
Donald Sharp
2022-03-13
1
-2
/
+6
|
\
|
*
*: Add camelCase JSON keys in addition to PascalCase
Donatas Abraitis
2022-02-03
1
-2
/
+6
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-8
/
+4
|
/
*
ospfd6d: replace handler vector with array
David Lamparter
2021-11-16
1
-28
/
+34
*
ospf6d: add "nssa" option to the "debug ospf6 lsa" command
Renato Westphal
2021-10-06
1
-2
/
+4
*
ospf6d: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
1
-1
/
+0
*
ospf6d: Add debug commands for lsa all and route all
Yash Ranjan
2021-08-25
1
-0
/
+43
*
ospf6d: JSON output for database dump show command
Quentin Young
2021-08-12
1
-17
/
+38
*
ospf6d: ASBR Summarisation feature implementation
Mobashshera Rasool
2021-07-21
1
-0
/
+35
*
ospf6d: consistent checksum json output
David Schweizer
2021-06-14
1
-1
/
+1
*
ospf6d: Link state ID in LSA database JSON output
David Schweizer
2021-06-14
1
-0
/
+1
*
lib, ospfd, ospf6d: fix logging of pointer addresses
Renato Westphal
2021-06-08
1
-2
/
+2
*
ospf6d: Support for nssa in ospfv3
Kaushik
2021-06-04
1
-1
/
+1
*
ospf6d: Add logic to set metric if route-map not present
Yash Ranjan
2021-03-29
1
-0
/
+30
*
ospf6d: Link LSAs are not getting MAX_AGE in neighbor
Yash Ranjan
2021-03-25
1
-1
/
+15
*
ospf6d: kill ospf6_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-0
/
+6
*
ospf6d: split off ospf6_lsa_alloc()
David Lamparter
2021-03-22
1
-21
/
+12
*
ospf6d: fix display of unknown LSAs in show ipv6 ospf6 database command
lynne
2021-02-23
1
-6
/
+15
*
ospf6d: Json support added for command "show ipv6 ospf6 database [json]"
Yash Ranjan
2021-01-13
1
-59
/
+179
*
ospf6d : Transformation changes for ospf6 vrf support.
harios_niral
2020-10-31
1
-2
/
+24
*
ospf6d: Make ospf6_lsa_lock follow normal FRR pattern
Donald Sharp
2020-10-11
1
-2
/
+2
*
*: sprintf -> snprintf
Quentin Young
2020-04-21
1
-4
/
+4
*
ospf6d: Prevent use after free
Donald Sharp
2020-04-18
1
-2
/
+3
*
*: Do not cast to the same type
Donatas Abraitis
2020-04-08
1
-2
/
+2
*
ospf6d: Recent changes in our build cause const to be respected
Donald Sharp
2020-04-01
1
-3
/
+3
*
*: remove casts of XMALLOC / XCALLOC
Quentin Young
2019-02-26
1
-8
/
+5
*
ospf6d: remove extra struct in ospf6_lsa_handler
David Lamparter
2018-09-09
1
-13
/
+14
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-32
/
+34
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-6
/
+6
*
ospf6d: Handle Premature Aging of LSAs
Chirag Shah
2018-02-15
1
-0
/
+31
*
ospf6d: spf calculation w/ multiple router lsas
Chirag Shah
2018-01-23
1
-1
/
+1
*
ospf6d: fix clang warning, NULL() calls
Vincent JARDIN
2017-10-08
1
-29
/
+39
*
Merge pull request #870 from chiragshah6/mdev
David Lamparter
2017-08-04
1
-3
/
+4
|
\
|
*
ospf6d: Fix memory leaks
Chirag Shah
2017-07-27
1
-3
/
+4
*
|
ospf6d: New version of GCC with new warnings
Donald Sharp
2017-07-28
1
-1
/
+1
|
/
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-700
/
+642
*
*: remove VTYNL, part 4 of 6
David Lamparter
2017-07-14
1
-38
/
+38
*
*: remove VTYNL, part 3 of 6
David Lamparter
2017-07-14
1
-4
/
+4
*
*: remove VTYNL, part 2 of 6
David Lamparter
2017-07-14
1
-5
/
+5
*
ospf6d: VNL -> VTYNL
David Lamparter
2017-07-14
1
-33
/
+33
[next]