index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
/
ospf6_route.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
ospf6d: kill ospf6_memory.h, use MTYPE_STATIC
David Lamparter
2021-03-22
1
-0
/
+4
*
ospf6d: Json support added for command "show ipv6 ospf6 route [json]"
Yash Ranjan
2021-01-27
1
-78
/
+303
*
ospf6: fix crash on shutdown
Igor Ryzhov
2020-11-30
1
-5
/
+5
*
ospf6: get instance from route table scope
Igor Ryzhov
2020-11-30
1
-13
/
+11
*
Merge pull request #7261 from Niral-Networks/niral_dev_vrf_ospf6
Rafael Zalamena
2020-11-03
1
-27
/
+28
|
\
|
*
ospf6d : Transformation changes for ospf6 vrf support.
harios_niral
2020-11-02
1
-3
/
+2
|
*
ospf6d : Transformation changes for ospf6 vrf support.
harios_niral
2020-10-31
1
-25
/
+27
*
|
:* Convert prefix2str to %pFX
Donatas Abraitis
2020-10-22
1
-5
/
+3
*
|
*: Create/Use accessor functions for lock count
Donald Sharp
2020-10-17
1
-1
/
+1
|
/
*
ospf6d : Preparing for ospf6d VRF support.
Kaushik
2020-09-01
1
-4
/
+14
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
*: generously apply const
David Lamparter
2019-12-02
1
-4
/
+4
*
ospf6d: listhead returns a listnode *
Donald Sharp
2019-04-17
1
-2
/
+3
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-2
/
+1
*
*: list_delete_and_null() -> list_delete()
David Lamparter
2018-10-02
1
-3
/
+3
*
*: style for EC replacements
Quentin Young
2018-09-13
1
-1
/
+2
*
*: LIB_[ERR|WARN] -> EC_LIB
Quentin Young
2018-09-13
1
-2
/
+2
*
*: fix clang-6 SA warnings
David Lamparter
2018-09-08
1
-1
/
+1
*
*: rename zlog_fer -> flog_err
Quentin Young
2018-08-14
1
-2
/
+2
*
ospf6d: Update OSPFv3 to use new zlog_ferr
Donald Sharp
2018-08-14
1
-2
/
+2
*
ospf6d: Fix ABR brouter calculation corruption
Chirag Shah
2018-05-09
1
-2
/
+3
*
ospf6d: fix intra prefix ecmp
Chirag Shah
2018-05-02
1
-4
/
+7
*
ospf6d: ECMP for Intra Area Prefix routes
Chirag Shah
2018-04-06
1
-3
/
+19
*
ospf6d: fix loop in ABRs
Chirag Shah
2018-03-29
1
-3
/
+3
*
*: use C99 standard fixed-width integer types
Quentin Young
2018-03-27
1
-6
/
+6
*
ospf6d: retain inter area border router type-4
Chirag Shah
2018-03-22
1
-4
/
+5
*
*: conform with COMMUNITY.md formatting rules, via 'make indent'
Lou Berger
2018-03-06
1
-14
/
+16
*
ospf6d: ECMP for external routes
Chirag Shah
2018-03-01
1
-11
/
+15
*
*: Track vrfs per nexthop not per route entry
Donald Sharp
2018-02-09
1
-0
/
+1
*
ospf6d: Fix External routes ECMP
Chirag Shah
2018-01-02
1
-4
/
+46
*
ospf6d: Fix multi nexthop route remove
Chirag Shah
2017-12-06
1
-7
/
+19
*
ospf6d: fix ospf6d crash during sigterm/shutdown
Chirag Shah
2017-10-06
1
-4
/
+5
*
*: use argv[]->text instead of argv[]->arg when appropriate
Renato Westphal
2017-10-06
1
-8
/
+8
*
*: Convert list_delete(struct list *) to ** to allow nulling
Donald Sharp
2017-10-05
1
-1
/
+1
*
ospf6d: add debug ospf6 route memory to config
Chirag Shah
2017-10-04
1
-0
/
+3
*
ospf6d: fix regression detected by topotest
Renato Westphal
2017-08-24
1
-6
/
+8
*
ospf6d: use the new API to send routes to zebra
Renato Westphal
2017-08-23
1
-4
/
+4
*
Merge pull request #870 from chiragshah6/mdev
David Lamparter
2017-08-04
1
-23
/
+30
|
\
|
*
ospf6d: adjust changes per PR 870 review
Chirag Shah
2017-07-31
1
-3
/
+3
|
*
ospf6d: Fix memory leaks
Chirag Shah
2017-07-27
1
-23
/
+30
*
|
ospf6d: New version of GCC with new warnings
Donald Sharp
2017-07-28
1
-2
/
+2
|
/
*
*: reindent
reindent-master-after
whitespace / reindent
2017-07-17
1
-1364
/
+1246
*
*: fix GCC 7 warnings/issues
David Lamparter
2017-07-14
1
-1
/
+1
*
*: remove VTYNL, part 4 of 6
David Lamparter
2017-07-14
1
-49
/
+46
*
*: remove VTYNL, part 2 of 6
David Lamparter
2017-07-14
1
-6
/
+6
*
ospf6d: VNL -> VTYNL
David Lamparter
2017-07-14
1
-37
/
+37
*
*: use ->text and strmatch where appropriate
Quentin Young
2017-06-27
1
-8
/
+8
*
*: make consistent & update GPLv2 file headers
David Lamparter
2017-05-15
1
-4
/
+3
*
*: Refactor ifindex2ifname to be VRF aware
Donald Sharp
2017-03-15
1
-3
/
+3
*
*: use monotime()
David Lamparter
2017-01-23
1
-3
/
+3
[next]