index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_nssa.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
* : include event ptr in event_execute api
Mark Stapp
2023-07-25
1
-1
/
+1
*
*: 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
-3
/
+3
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: 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
-6
/
+6
*
*: 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
-14
/
+1
*
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
*
|
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
-1
/
+1
*
Merge pull request #10158 from ckishimo/ospf6d_norefresh
Russ White
2022-03-29
1
-15
/
+36
|
\
|
*
ospf6d: fix NSSA area-range command
ckishimo
2022-03-28
1
-3
/
+29
|
*
ospf6d: stop refreshing type-5 from NSSA
ckishimo
2022-01-05
1
-15
/
+10
*
|
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
*
|
ospf6d: add missing htons
ckishimo
2022-01-11
1
-2
/
+3
*
|
ospf6d: fix typos
ckishimo
2022-01-11
1
-8
/
+8
*
|
ospf6d: use __func__
ckishimo
2022-01-11
1
-13
/
+12
*
|
ospf6d: remove duplicated code
ckishimo
2022-01-10
1
-1
/
+0
*
|
ospf6d: remove double htons
ckishimo
2022-01-10
1
-3
/
+3
|
/
*
Merge pull request #9831 from manojvn/379909_383518
Igor Ryzhov
2021-10-28
1
-4
/
+7
|
\
|
*
ospf6d: minor code enhancements.
Manoj Naragund
2021-10-26
1
-4
/
+7
*
|
Merge pull request #9752 from opensourcerouting/ospf6d-nssa-ranges
Russ White
2021-10-20
1
-284
/
+203
|
\
\
|
|
/
|
/
|
|
*
ospf6d: add support for NSSA Type-7 address ranges
Renato Westphal
2021-10-06
1
-9
/
+164
|
*
ospf6d: fix lookup of translated Type-5 LSA
Renato Westphal
2021-10-06
1
-19
/
+11
|
*
ospf6d: assorted code cleanup
Renato Westphal
2021-10-06
1
-52
/
+21
|
*
ospf6d: remove unnecessary check when translating Type-7 LSA
Renato Westphal
2021-10-06
1
-10
/
+0
|
*
ospf6d: fix memleak when translating NSSA LSA
Renato Westphal
2021-10-06
1
-2
/
+3
|
*
ospf6d: remove incomplete support for NSSA ranges
Renato Westphal
2021-10-06
1
-83
/
+0
|
*
ospf6d: fix processing of translated AS-external LSAs
Renato Westphal
2021-10-06
1
-20
/
+14
|
*
ospf6d: fix selection of NSSA forwarding address
Renato Westphal
2021-10-06
1
-4
/
+8
|
*
ospf6d: remove unnecessary code
Renato Westphal
2021-10-06
1
-101
/
+0
|
*
ospf6d: remove redundant loop
Renato Westphal
2021-10-06
1
-7
/
+5
*
|
ospf6d: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-08
1
-2
/
+0
|
/
*
ospf6d: Ensure expire thread is properly stopped
Donald Sharp
2021-10-04
1
-12
/
+4
*
ospf6d: implement Type-7 default routes for NSSA areas
Renato Westphal
2021-09-21
1
-6
/
+90
*
ospf6d: don't generate Type-7 LSA for route created by "default-information-o...
Renato Westphal
2021-09-21
1
-2
/
+3
*
ospf6d: fix metric type of NSSA Type-7 LSAs
Renato Westphal
2021-09-21
1
-1
/
+1
*
ospf6d: do not allow an area to be stub and NSSA at the same time
Renato Westphal
2021-08-24
1
-1
/
+4
*
ospf6d: flush external LSAs when NSSA is configured
Renato Westphal
2021-08-24
1
-0
/
+3
*
ospf6d: fix flushing of all LSAs when NSSA is unconfigured
Renato Westphal
2021-08-24
1
-4
/
+2
*
ospf6d: don't delete area when NSSA is unconfigured
Renato Westphal
2021-08-24
1
-2
/
+0
*
ospf6d: always unset the E-bit on NSSA ABRs
Renato Westphal
2021-08-24
1
-4
/
+2
*
Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisation
Russ White
2021-07-30
1
-5
/
+41
|
\
|
*
ospf6d: install summary route NULL0 as nexthop
Mobashshera Rasool
2021-07-21
1
-6
/
+7
|
*
ospf6d: ASBR summarisation feature changes for NSSA area
Mobashshera Rasool
2021-07-21
1
-6
/
+41
*
|
Merge pull request #9193 from mobash-rasool/ospfv3-bug-fixes
Russ White
2021-07-29
1
-6
/
+3
|
\
\
|
*
|
ospf6d: Type-7 LSA originated with wrong sequence number
Mobashshera Rasool
2021-07-27
1
-6
/
+3
|
|
/
[next]