index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_abr.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
ospf6d: fix duplicate inter-area-prefix-LSAs after exiting from GR mode
Renato Westphal
2023-03-02
1
-3
/
+13
*
ospf6d: fix processing of inter-area-prefix-LSAs with the LA-bit set
Renato Westphal
2023-03-02
1
-5
/
+4
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
ospf6d: ospf6_route_cmp_nexthops make return sane
Donald Sharp
2022-11-28
1
-1
/
+1
*
ospf6d: Don't remove summary route if it is a range
Xiaodong Xu
2022-08-20
1
-1
/
+6
*
ospf6d: Fix ECMP inter-area route nexthop update
Martin Buck
2022-01-20
1
-1
/
+2
*
ospf6d: fix typos
ckishimo
2022-01-11
1
-1
/
+1
*
ospf6d: clean coverity warning of possible null pointer
anlan_cs
2021-12-23
1
-0
/
+2
*
ospf6d: do not originate Type-4 into NSSA
ckishimo
2021-11-16
1
-1
/
+2
*
ospf6d: do not originate Type-4 for NSSA ASBR
ckishimo
2021-11-16
1
-0
/
+12
*
Merge pull request #9752 from opensourcerouting/ospf6d-nssa-ranges
Russ White
2021-10-20
1
-41
/
+66
|
\
|
*
ospf6d: add support for NSSA Type-7 address ranges
Renato Westphal
2021-10-06
1
-7
/
+40
|
*
ospf6d: assorted code cleanup
Renato Westphal
2021-10-06
1
-25
/
+22
|
*
ospf6d: remove unused function parameter
Renato Westphal
2021-10-06
1
-14
/
+9
*
|
ospf6d: code cleanup.
Manoj Naragund
2021-10-06
1
-9
/
+8
*
|
ospf6d: minor struct compare issues.
Manoj Naragund
2021-09-30
1
-4
/
+13
|
/
*
ospf6d: rework filtering commands to be in line with ospfd
Renato Westphal
2021-09-20
1
-95
/
+63
*
Merge pull request #9019 from pjdruddy/ospfv3-early-break-list-walk
Russ White
2021-09-10
1
-3
/
+10
|
\
|
*
ospf6d: break early on route prefix mismatch
Pat Ruddy
2021-07-20
1
-3
/
+10
*
|
ospf6d: add support for NSSA totally stub areas
Renato Westphal
2021-09-07
1
-9
/
+9
*
|
ospf6d: fix logging of border router routes
Renato Westphal
2021-08-24
1
-5
/
+25
*
|
Merge pull request #9028 from mobash-rasool/ospfv3-asbr-summarisation
Russ White
2021-07-30
1
-3
/
+5
|
\
\
|
*
|
ospf6d: Store ospf6 back pointer in route struct
Mobashshera Rasool
2021-07-21
1
-3
/
+5
*
|
|
Merge pull request #9090 from opensourcerouting/ospfv3-fixes-20210720
Donald Sharp
2021-07-27
1
-3
/
+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ospf6d: move prefix_options from _path to _route
David Lamparter
2021-07-20
1
-3
/
+3
|
|
/
*
/
ospf6d: always generate default route for stubs
Rafael Zalamena
2021-07-20
1
-13
/
+0
|
/
*
ospf6d: Rename ospf6_is_router_abr to more accurately reflect what it does
Donald Sharp
2021-06-10
1
-4
/
+4
*
ospf6d: Support for nssa in ospfv3
Kaushik
2021-06-04
1
-21
/
+79
*
ospf6: fix memory leak in ospf6_abr_examin_summary
Pat Ruddy
2021-05-27
1
-3
/
+3
*
ospf6d: Fix when an "export-list" or "filter-list out" is applied.
lynne
2021-05-04
1
-2
/
+25
*
Merge pull request #8057 from ranjanyash54/default-route
Russ White
2021-03-30
1
-0
/
+17
|
\
|
*
ospf6d: Minor changes for stub area
Yash Ranjan
2021-03-29
1
-0
/
+14
|
*
ospf6d: Add logic to set metric if route-map not present
Yash Ranjan
2021-03-29
1
-0
/
+3
*
|
ospf6d: fix ospf6_abr_examin_summary to check for a path cost change
Karen Schoener
2021-03-26
1
-1
/
+2
|
/
*
Merge pull request #8035 from qlyoung/remove-more-sprintf
Mark Stapp
2021-02-23
1
-2
/
+4
|
\
|
*
*: remove more sprintf()
Quentin Young
2021-02-09
1
-2
/
+4
*
|
ospf6d : fix issue in ecmp inter area route
Soman K S
2021-02-10
1
-12
/
+39
|
/
*
ospf6d: Remove #if 0 code that has not been used in a long time
Donald Sharp
2021-01-28
1
-13
/
+0
*
ospf6d: Json support added for command "show ipv6 ospf6 database [json]"
Yash Ranjan
2021-01-13
1
-14
/
+41
*
ospf6: get instance from route table scope
Igor Ryzhov
2020-11-30
1
-38
/
+32
*
Merge pull request #7448 from mjstapp/fix_gcc10_formats
Donald Sharp
2020-11-10
1
-8
/
+5
|
\
|
*
* : clean up format specifiers for gcc-10
Mark Stapp
2020-11-04
1
-8
/
+5
*
|
Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6
Rafael Zalamena
2020-11-03
1
-49
/
+51
|
\
\
|
|
/
|
/
|
|
*
ospf6d : Transformation changes for ospf6 vrf support.
harios_niral
2020-10-31
1
-49
/
+51
*
|
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-64
/
+37
|
/
*
ospf6d : Preparing for ospf6d VRF support.
Kaushik
2020-09-01
1
-1
/
+1
*
ospf6d: pre-fix coccinelle hang points
David Lamparter
2020-07-14
1
-18
/
+9
*
ospf6d: stop looping thru same Inter-Area Router LSAs
Don Slice
2020-04-09
1
-3
/
+17
[next]