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
*
snmp: change -std=gnu99 to -std=gnu11
David Lamparter
2021-03-17
1
-1
/
+1
*
*: fix printf extension types
David Lamparter
2021-03-14
1
-4
/
+4
*
ospf6d: Convert to use builtin printf functionality
Donald Sharp
2021-03-14
2
-54
/
+24
*
Merge pull request #8138 from ckishimo/ospfv3_prefix
Russ White
2021-03-09
3
-39
/
+18
|
\
|
*
ospf6d: add DN bit in prefix options
ckishimo
2021-02-23
2
-14
/
+9
|
*
ospf6d: remove redundant code when printing prefix options
ckishimo
2021-02-23
1
-38
/
+8
|
*
ospf6d: print prefix options for lsa type 3 and 5
ckishimo
2021-02-23
1
-1
/
+15
*
|
Merge pull request #8185 from volta-networks/fix_ospf6_changing_area_to_stub
Donald Sharp
2021-03-07
4
-2
/
+32
|
\
\
|
*
|
ospf6d: Don't advertise AS-External LSAs into stub area
lynne
2021-03-03
4
-2
/
+32
*
|
|
ospf6d: fix setting NOAUTOCOST flag
Emanuele Di Pascale
2021-03-03
1
-2
/
+1
|
/
/
*
|
ospf6d: Json support added for command "show ipv6 ospf6 spf tree [json]"
Yash Ranjan
2021-03-02
3
-14
/
+75
*
|
ospf6d: turn some info->debug
Donald Sharp
2021-02-27
1
-11
/
+5
*
|
Merge pull request #8139 from volta-networks/fix_ospf6_show_database
Donald Sharp
2021-02-25
1
-6
/
+15
|
\
\
|
*
|
ospf6d: fix display of unknown LSAs in show ipv6 ospf6 database command
lynne
2021-02-23
1
-6
/
+15
|
|
/
*
|
Merge pull request #8035 from qlyoung/remove-more-sprintf
Mark Stapp
2021-02-23
3
-8
/
+15
|
\
\
|
|
/
|
/
|
|
*
*: remove more sprintf()
Quentin Young
2021-02-09
3
-8
/
+15
*
|
Merge pull request #8102 from volta-networks/fix_ospf6_error_logs
Donald Sharp
2021-02-19
1
-30
/
+45
|
\
\
|
*
|
ospf6d: Update logs that indicate why ospf6 adjacency is not coming up.
lynne
2021-02-18
1
-30
/
+45
*
|
|
ospf6d: Metric option in intra-prefix LSA detail
Yash Ranjan
2021-02-19
1
-1
/
+6
|
/
/
*
|
Merge pull request #8051 from volta-networks/fix_ospf6_hello_lo
Russ White
2021-02-16
1
-2
/
+5
|
\
\
|
*
|
ospf6d: Don't send hellos on loopback interface
lynne
2021-02-10
1
-2
/
+5
*
|
|
*: remove tabs & newlines from log messages
David Lamparter
2021-02-14
1
-1
/
+1
*
|
|
ospf6d : fix issue in ecmp inter area route
Soman K S
2021-02-10
2
-12
/
+41
*
|
|
Merge pull request #7980 from gromit1811/fix_ospf6_lsa_str_oob
Russ White
2021-02-09
1
-5
/
+6
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
ospf6d: Fix LSA formatting out-of-bounds access
Martin Buck
2021-01-29
1
-5
/
+6
*
|
|
Merge pull request #7981 from gromit1811/fix_ospf6_lsa_str_retval
Quentin Young
2021-02-05
1
-8
/
+10
|
\
\
\
|
*
|
|
ospf6d: Fix LSA formatting inconsistent retvals
Martin Buck
2021-01-29
1
-8
/
+10
|
|
/
/
*
|
|
Merge pull request #7961 from mobash-rasool/ospfv3-feature
Mark Stapp
2021-02-04
5
-4
/
+85
|
\
\
\
|
*
|
|
ospf6d: add CLI to control maximum paths for routes.
Mobashshera Rasool
2021-02-01
5
-4
/
+85
|
|
/
/
*
|
|
Merge pull request #7991 from donaldsharp/valgrind_cleanups1
Russ White
2021-02-02
1
-2
/
+6
|
\
\
\
|
*
|
|
ospf6d: prevent use after free
Donald Sharp
2021-02-01
1
-2
/
+6
|
|
/
/
*
|
|
Merge pull request #7402 from ranjanyash54/dev_2
Donald Sharp
2021-02-02
5
-103
/
+345
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
ospf6d: Json support added for command "show ipv6 ospf6 interface prefix [json]"
Yash Ranjan
2021-01-27
1
-6
/
+10
|
*
|
ospf6d: Json support added for command "show ipv6 ospf6 route [json]"
Yash Ranjan
2021-01-27
5
-99
/
+337
*
|
|
ospf6d: Remove #if 0 code that has not been used in a long time
Donald Sharp
2021-01-28
3
-118
/
+0
|
/
/
*
|
ospf6d: Track wait_timer and disable when needed
Donald Sharp
2021-01-26
2
-1
/
+4
*
|
ospf6d: use a new json_object per loop iteration
Donald Sharp
2021-01-25
1
-5
/
+4
*
|
ospf6d: Json support added for command "show ipv6 ospf6 database [json]"
Yash Ranjan
2021-01-13
7
-149
/
+461
*
|
ospf6d: Structural changes in ospf6d.c
Yash Ranjan
2021-01-13
2
-495
/
+303
|
/
*
Merge pull request #7717 from ranjanyash54/2368
Russ White
2020-12-15
1
-1
/
+2
|
\
|
*
ospf6d: ospfv3 disable on the interface, but interface prefix still shown in ...
Yash Ranjan
2020-12-13
1
-1
/
+2
*
|
ospf6d: Link LSA is not updated when router priority is modified
Mobashshera Rasool
2020-12-14
1
-0
/
+1
|
/
*
ospf6d: Fix for "show ipv6 ospf6 database link"
Yash Ranjan
2020-12-11
1
-3
/
+2
*
ospf6d: Fix for "show ipv6 ospf6 database intra-prefix"
Yash Ranjan
2020-12-11
1
-3
/
+2
*
Merge pull request #7492 from Niral-Networks/niral_ospfv3_fix_redist
Rafael Zalamena
2020-12-10
6
-91
/
+180
|
\
|
*
ospf6d : Code refactoring for route redistribution.
Kaushik
2020-12-09
6
-91
/
+180
*
|
ospf6d: Router-ID filter is not filtering the show command "do show ipv6 ospf...
Yash Ranjan
2020-12-04
1
-3
/
+4
*
|
ospf6: move serv_close to ospf6_delete
Igor Ryzhov
2020-11-30
2
-4
/
+4
*
|
ospf6: fix crash on shutdown
Igor Ryzhov
2020-11-30
3
-7
/
+8
*
|
ospf6: get instance from lsdb data
Igor Ryzhov
2020-11-30
4
-8
/
+8
[next]