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
*
Merge pull request #9752 from opensourcerouting/ospf6d-nssa-ranges
Russ White
2021-10-20
13
-364
/
+315
|
\
|
*
ospf6d: add support for NSSA Type-7 address ranges
Renato Westphal
2021-10-06
6
-25
/
+235
|
*
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
3
-81
/
+43
|
*
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: be careful to not refresh translated Type-5 LSAs twice
Renato Westphal
2021-10-06
1
-9
/
+7
|
*
ospf6d: fix selection of NSSA forwarding address
Renato Westphal
2021-10-06
2
-7
/
+11
|
*
ospf6d: add "nssa" option to the "debug ospf6 lsa" command
Renato Westphal
2021-10-06
1
-2
/
+4
|
*
ospf6d: remove unnecessary code
Renato Westphal
2021-10-06
2
-106
/
+0
|
*
ospf6d: declare neighbor memtype as static
Renato Westphal
2021-10-06
1
-1
/
+1
|
*
ospf6d: remove unused bitfield
Renato Westphal
2021-10-06
3
-4
/
+0
|
*
ospf6d: remove redundant loop
Renato Westphal
2021-10-06
1
-7
/
+5
|
*
ospf6d: remove unguarded debug message
Renato Westphal
2021-10-06
1
-2
/
+0
|
*
ospf6d: remove unused function parameter
Renato Westphal
2021-10-06
1
-14
/
+9
*
|
lib: allow to create interfaces in non-existing VRFs
Igor Ryzhov
2021-10-19
1
-10
/
+2
*
|
Merge pull request #9813 from opensourcerouting/ospf-gr-fixes
Donald Sharp
2021-10-15
1
-1
/
+1
|
\
\
|
*
|
ospf6d: fix LSA name in debug message
Renato Westphal
2021-10-12
1
-1
/
+1
*
|
|
ospf6d: remove no-op
Igor Ryzhov
2021-10-14
1
-1
/
+0
*
|
|
Merge pull request #9676 from donaldsharp/import_register
David Lamparter
2021-10-13
1
-4
/
+5
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ospf6d: Make ospfv3 use normal address resolution instead of import route
Donald Sharp
2021-09-27
1
-3
/
+3
|
*
|
*: Add resolve via default flag
Donald Sharp
2021-09-27
1
-1
/
+2
*
|
|
Merge pull request #9763 from ton31337/fix/more_thread_null
Russ White
2021-10-12
5
-14
/
+0
|
\
\
\
|
*
|
|
ospf6d: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-08
5
-14
/
+0
*
|
|
|
ospf6d: add missing vrf parameter to "clear ipv6 ospf6 interface"
Igor Ryzhov
2021-10-09
1
-9
/
+21
|
/
/
/
*
|
|
Merge pull request #9740 from caracall/forked-upstream/debug_ospf6
Igor Ryzhov
2021-10-07
1
-2
/
+4
|
\
\
\
|
*
|
|
ospf6: add the ability of specifying router-id/area-id in no debug ospf6
Ahmad Caracalli
2021-10-06
1
-2
/
+4
*
|
|
|
Merge pull request #9699 from manojvn/379032-dev
Russ White
2021-10-07
7
-27
/
+22
|
\
\
\
\
|
*
|
|
|
ospf6d: code cleanup.
Manoj Naragund
2021-10-06
7
-24
/
+16
|
*
|
|
|
ospf6d: minor struct compare issues.
Manoj Naragund
2021-09-30
4
-16
/
+19
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge pull request #9738 from rgirada/ospfv3_crash
Russ White
2021-10-07
1
-7
/
+8
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
ospf6d: ospf6d is crashing upon receiving duplicated Grace LSA.
rgirada
2021-10-05
1
-7
/
+8
|
|
/
/
*
|
|
Merge pull request #9731 from ton31337/fix/thread_null_set
Russ White
2021-10-06
6
-15
/
+0
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ospf6d: Do not explicitly set the thread pointer to NULL
Donatas Abraitis
2021-10-04
6
-16
/
+0
|
|
/
*
/
ospf6d: Ensure expire thread is properly stopped
Donald Sharp
2021-10-04
2
-13
/
+4
|
/
*
ospf6d: Log messages cannot have newlines
Donald Sharp
2021-09-27
1
-1
/
+1
*
Merge pull request #9585 from opensourcerouting/ospf6d-nssa-dflt-originate
Russ White
2021-09-24
9
-17
/
+259
|
\
|
*
ospf6d: implement Type-7 default routes for NSSA areas
Renato Westphal
2021-09-21
9
-12
/
+250
|
*
ospf6d: don't generate Type-7 LSA for route created by "default-information-o...
Renato Westphal
2021-09-21
2
-3
/
+7
|
*
ospf6d: fix issue when displaying the redistribute command
Renato Westphal
2021-09-21
1
-1
/
+1
|
*
ospf6d: fix metric type of NSSA Type-7 LSAs
Renato Westphal
2021-09-21
1
-1
/
+1
*
|
Merge pull request #9084 from louis-oui/fix-ospf6-router-id
Igor Ryzhov
2021-09-23
3
-35
/
+43
|
\
\
|
*
|
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
2
-29
/
+13
|
*
|
ospf6d: don't update router-id if at least one adjacency is Full
Louis Scalbert
2021-09-21
3
-8
/
+27
*
|
|
Merge pull request #9647 from opensourcerouting/ospf-gr-cmd-rename
Donald Sharp
2021-09-22
1
-7
/
+9
|
\
\
\
|
*
|
|
ospf6d: rename the "graceful-restart helper-only" command
Renato Westphal
2021-09-21
1
-7
/
+9
*
|
|
|
Merge pull request #9635 from donaldsharp/ospf6_unit
David Lamparter
2021-09-22
3
-8
/
+21
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
[next]