index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_top.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospf6d: add support for unplanned graceful restart
Renato Westphal
2023-05-09
1
-6
/
+11
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert `struct event_master` to `struct event_loop`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-10
/
+10
*
*: Convert struct thread_master to struct event_master and it's ilk
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-3
/
+2
*
*: Convert thread_cancelXXX to event_cancelXXX
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-7
/
+7
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: 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
-16
/
+0
*
ospf6d: Fixing memory leak in ospf6_summary_add_aggr_route_and_blackhole.
Manoj Naragund
2022-12-19
1
-2
/
+6
*
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
1
-2
/
+0
*
ospf6d: Clean up thread interface
Donald Sharp
2022-05-20
1
-4
/
+4
*
ospf6d: Remove double check of default prefix
Donald Sharp
2022-05-20
1
-8
/
+4
*
*: Properly use memset() when zeroing
Donatas Abraitis
2022-05-11
1
-2
/
+2
*
*: Avoid casting to the same type as on the left
Donatas Abraitis
2022-05-08
1
-6
/
+6
*
Merge pull request #10447 from ton31337/fix/json_with_whitespaces
Donald Sharp
2022-03-13
1
-1
/
+14
|
\
|
*
ospfd,ospf6d: Add JSON additional keys with no whitespaces inside
Donatas Abraitis
2022-02-03
1
-1
/
+14
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-4
/
+2
*
|
ospf6d: Fix spelling mistakes
Donald Sharp
2022-02-14
1
-1
/
+1
*
|
ospf6d: Stitching the auth trailer code with rest of ospf6.
Abhinay Ramesh
2022-02-09
1
-0
/
+20
|
/
*
Merge pull request #10373 from anlancs/ospf-add-asbr
Igor Ryzhov
2022-02-01
1
-2
/
+2
|
\
|
*
ospf6d: adjust type of "aggr_delay_interval"
anlan_cs
2022-01-29
1
-2
/
+2
*
|
Merge pull request #10435 from ckishimo/ospf6d_distance
Igor Ryzhov
2022-02-01
1
-4
/
+18
|
\
\
|
*
|
ospf6d: print administrative distance in show ipv6 ospf
ckishimo
2022-01-28
1
-0
/
+7
|
*
|
ospf6d: restart spf when distance is updated
ckishimo
2022-01-28
1
-4
/
+11
|
|
/
*
/
*: do not send opaque data to zebra by default
Igor Ryzhov
2022-01-24
1
-4
/
+3
|
/
*
Merge pull request #9644 from opensourcerouting/ospf-opaque-attrs
Russ White
2022-01-18
1
-0
/
+39
|
\
|
*
lib, ospfd, ospf6d, zebra: add OSPF opaque route attributes
Renato Westphal
2022-01-15
1
-0
/
+39
*
|
Merge pull request #10183 from idryzhov/rework-vrf-rename
Rafael Zalamena
2022-01-17
1
-1
/
+1
|
\
\
|
*
|
*: rework renaming the default VRF
Igor Ryzhov
2021-12-21
1
-1
/
+1
*
|
|
ospf6d: give error information for commands with non-exist vrfs
anlan_cs
2022-01-11
1
-0
/
+12
|
/
/
*
|
*: 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
-7
/
+2
*
|
ospf6d: Remove ospf6->external_id_table
Donald Sharp
2021-11-24
1
-2
/
+0
|
/
*
Merge pull request #10092 from ton31337/feature/replace_json_object_string_ad...
Igor Ryzhov
2021-11-18
1
-3
/
+2
|
\
|
*
ospf6d: Replace inet_ntop to %pI4/6 for JSON outputs
Donatas Abraitis
2021-11-18
1
-3
/
+2
*
|
ospf6d: Prevent use after free
Donald Sharp
2021-11-18
1
-2
/
+2
|
/
*
lib: allow to create interfaces in non-existing VRFs
Igor Ryzhov
2021-10-19
1
-10
/
+2
*
ospf6d: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-08
1
-1
/
+0
*
ospf6d: Log messages cannot have newlines
Donald Sharp
2021-09-27
1
-1
/
+1
*
Merge pull request #9084 from louis-oui/fix-ospf6-router-id
Igor Ryzhov
2021-09-23
1
-33
/
+41
|
\
|
*
ospf6d: reset areas and redistribution at router-id modification
Louis Scalbert
2021-09-23
1
-6
/
+11
|
*
ospf6d: factorize router-id update
Louis Scalbert
2021-09-21
1
-28
/
+12
|
*
ospf6d: don't update router-id if at least one adjacency is Full
Louis Scalbert
2021-09-21
1
-6
/
+25
*
|
ospf6d: introduce support for Graceful Restart (restarting mode)
Renato Westphal
2021-09-16
1
-1
/
+10
*
|
ospf6d: cleanup useless checks
Igor Ryzhov
2021-09-15
1
-6
/
+0
|
/
*
Merge pull request #9496 from idryzhov/vrf-cmd-init-unused-arg
David Lamparter
2021-08-27
1
-1
/
+1
|
\
[next]