index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Do not cast to the same type as the destination is
Donatas Abraitis
2023-09-29
1
-2
/
+2
*
ospf6d: fix uninitialized warnings
David Lamparter
2023-09-16
1
-2
/
+2
*
ospf6d: Free Newly Created LSA when Non-Self-Originated Grace LSA is Discarded
Keelan10
2023-08-23
1
-0
/
+1
*
ospf6d: introduce OSPFv3 Cryptographic Protocol ID constant
Renato Westphal
2023-08-16
2
-1
/
+3
*
ospf6d: fix interoperability issue in auth trailer digest computation
Renato Westphal
2023-08-16
1
-1
/
+1
*
* : include event ptr in event_execute api
Mark Stapp
2023-07-25
6
-26
/
+27
*
ospf6d: Convert ospf6_lsa_unlock to a better api
Donald Sharp
2023-07-12
9
-34
/
+35
*
Merge pull request #13333 from donaldsharp/vrf_bitmap_cleanup
Donatas Abraitis
2023-07-04
3
-13
/
+13
|
\
|
*
*: Rearrange vrf_bitmap_X api to reduce memory footprint
Donald Sharp
2023-06-26
3
-13
/
+13
*
|
Merge pull request #13892 from ryndia/fix_ospf6_lsa_leak
Donatas Abraitis
2023-07-04
2
-3
/
+9
|
\
\
|
*
|
ospf6d: unlock lsa
ryndia
2023-07-03
2
-3
/
+9
|
|
/
*
|
Merge pull request #13900 from donaldsharp/neighbor_structure_crash
Donatas Abraitis
2023-07-03
3
-2
/
+6
|
\
\
|
*
|
ospf6d: Fix crash because neighbor structure was freed
Donald Sharp
2023-07-01
3
-2
/
+6
|
|
/
*
/
ospf6d: Stop crash in ospf6_write
Donald Sharp
2023-06-30
1
-5
/
+20
|
/
*
Merge pull request #13804 from LabNConsulting/aceelindem/ospf6d-config-callbacks
Donald Sharp
2023-06-26
5
-0
/
+83
|
\
|
*
ospf6d: Add config callbacks to suppress hellos during config load. Add bgpd/...
Acee
2023-06-23
5
-0
/
+83
*
|
ospf6d: Increment sequence number correctly in Authentication Trailer
David Ward
2023-06-19
1
-10
/
+9
|
/
*
ospf6d: Prevent redundant LSA generation before interface goes down
David Ward
2023-05-31
1
-1
/
+0
*
ospfd, ospf6d: fix time_t truncation
Renato Westphal
2023-05-31
2
-2
/
+3
*
ospfd, ospf6d: introduce the "graceful-restart hello-delay" command
Renato Westphal
2023-05-09
6
-0
/
+106
*
ospfd, ospf6d: log when GR messages are sent to zebra
Renato Westphal
2023-05-09
1
-0
/
+6
*
ospf6d: add support for unplanned graceful restart
Renato Westphal
2023-05-09
7
-53
/
+161
*
ospf6d: missing ECMP NHs in certain topologies
lynne
2023-04-13
2
-9
/
+29
*
ospf,ospf6: fix json key typo supoort
Mark Stapp
2023-04-07
1
-0
/
+10
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
16
-16
/
+16
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
8
-10
/
+10
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
16
-131
/
+131
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
8
-10
/
+10
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
6
-48
/
+43
*
*: Convert thread_timer_remain_XXX to event_timer_remain_XXX
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Convert thread_execute to event_execute
Donald Sharp
2023-03-24
6
-30
/
+30
*
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
2
-3
/
+3
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
14
-195
/
+189
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
18
-108
/
+108
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
16
-16
/
+16
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
2
-14
/
+6
*
ospfd, ospf6d: Add more logging details
Donatas Abraitis
2023-03-17
4
-30
/
+51
*
ospfd, ospf6d: perform GR consistency check only when necessary
Renato Westphal
2023-03-02
1
-1
/
+4
*
ospf6d: fix missing intra-area-prefix-LSA after a graceful restart
Renato Westphal
2023-03-02
1
-0
/
+6
*
ospf6d: fix refreshing of NSSA/AS-external LSAs after a graceful restart
Renato Westphal
2023-03-02
1
-0
/
+11
*
ospf6d: fix duplicate inter-area-prefix-LSAs after exiting from GR mode
Renato Westphal
2023-03-02
3
-3
/
+43
*
ospf6d: add exception for virtual links when exiting from the GR mode
Renato Westphal
2023-03-02
1
-1
/
+3
*
ospf6d: update DR election to handle GR corner case
Renato Westphal
2023-03-02
1
-5
/
+7
*
Merge pull request #12935 from opensourcerouting/ospf6d-la-bit
Mark Stapp
2023-03-03
1
-5
/
+4
|
\
|
*
ospf6d: fix processing of inter-area-prefix-LSAs with the LA-bit set
Renato Westphal
2023-03-02
1
-5
/
+4
*
|
ospf6d: handle redistributed routes without nexthop addresses
Renato Westphal
2023-03-02
5
-7
/
+10
*
|
ospf6d: originate AS-External LSAs with a forwarding address
Renato Westphal
2023-03-02
1
-4
/
+12
|
/
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
48
-756
/
+48
*
*: Drop deprecated incorrect JSON fields with wrong naming
Donatas Abraitis
2023-01-31
3
-36
/
+1
*
*: introduce function for sequence numbers
Rafael Zalamena
2023-01-20
1
-1
/
+2
[next]