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
*
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
*
Merge pull request #12540 from manojvn/489527
Donald Sharp
2022-12-21
3
-12
/
+29
|
\
|
*
ospf6d: Fixing memory leak in ospf6_summary_add_aggr_route_and_blackhole.
Manoj Naragund
2022-12-19
3
-12
/
+29
*
|
ospf6d: Fixing memory leak in ospf6_lsa_create_headeronly for both master and...
Manoj Naragund
2022-12-19
1
-42
/
+23
|
/
*
ospf6d: Fix auth_key string memory leak
Donald Sharp
2022-12-15
2
-0
/
+6
*
Merge pull request #12191 from manojvn/463777
Russ White
2022-12-13
1
-0
/
+48
|
\
|
*
ospf6d: ospf6 route installation when changed from nssa to regular area.
Manoj Naragund
2022-11-14
1
-0
/
+48
*
|
ospf6d: Don't allocate json memory in non-json path
Donald Sharp
2022-12-09
1
-1
/
+2
*
|
ospf6d: Stop using MTYPE_TMP in some cases
Donald Sharp
2022-12-05
1
-2
/
+2
*
|
ospf6d: Consolidate to ospf6_route_is_identical
Donald Sharp
2022-11-28
1
-6
/
+1
*
|
ospf6d: ospf6_route_cmp_nexthops make return sane
Donald Sharp
2022-11-28
3
-15
/
+18
*
|
ospf6d: fix infinite loop when adding ASBR route
Renato Westphal
2022-11-24
2
-0
/
+29
*
|
Merge pull request #12280 from opensourcerouting/fix/ospv6_show_passive_inter...
Jafar Al-Gharaibeh
2022-11-09
1
-3
/
+10
|
\
\
|
*
|
ospf6d: Show if the interface is passive for `show ipv6 ospf6 interface`
Donatas Abraitis
2022-11-08
1
-3
/
+10
*
|
|
Merge pull request #11302 from punith-shivakumar/master
Donatas Abraitis
2022-11-08
2
-2
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ospf6d: fix test_ospf6_gr_topo1 topotest
Punith Kumar S
2022-07-13
1
-1
/
+1
|
*
|
ospf6d: routes are not synced by ABR.
Punith Kumar S
2022-07-13
1
-1
/
+4
*
|
|
Merge pull request #12196 from opensourcerouting/xref-vtysh
Donald Sharp
2022-11-03
9
-45
/
+8
|
\
\
\
|
*
|
|
ospfd, ospf6d: align CLI help strings
David Lamparter
2022-10-26
1
-8
/
+8
|
*
|
|
build, vtysh: extract vtysh commands from .xref
David Lamparter
2022-10-26
9
-37
/
+0
|
|
|
/
|
|
/
|
[next]