index
:
tteras/quagga
master
nhrp
tteras
tteras' quagga tree
gitolite
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ospf6d
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: assorted warning fixes
David Lamparter
2015-04-21
1
-2
/
+2
*
build: add --enable-werror
David Lamparter
2015-04-21
1
-1
/
+1
*
snmp: fix warnings
David Lamparter
2015-04-21
1
-1
/
+0
*
ospf6d: fix pointer arithmetic warning
David Lamparter
2015-04-21
1
-3
/
+3
*
ospf6d: oi->cost is uint32, not short
David Lamparter
2015-04-21
1
-1
/
+1
*
ospf6d: use existing union, avoid strict-aliasing
David Lamparter
2015-04-21
1
-5
/
+4
*
*: add missing includes
David Lamparter
2015-04-21
3
-0
/
+4
*
*: use void * for printing pointers
David Lamparter
2015-04-21
4
-17
/
+23
*
*: use long long to print time_t
David Lamparter
2015-04-19
3
-19
/
+21
*
build: get rid of INCLUDES, use AM_CPPFLAGS
David Lamparter
2015-02-14
1
-1
/
+1
*
build: remove INRIA, NRL and MUSICA IPv6 quirks
David Lamparter
2015-02-14
1
-6
/
+0
*
Bug in ospf6_lsa_compare()
Yasuhiro Ohara
2014-10-27
1
-3
/
+3
*
ospf6_lsdb: trivial, make it clear that showfunc is set before deref.
Paul Jakma
2014-09-23
2
-15
/
+25
*
Fix most compiler warnings in default GCC build.
Paul Jakma
2014-09-23
12
-60
/
+42
*
*: nuke ^L (page feed)
David Lamparter
2014-06-04
16
-25
/
+25
*
lib/command.c: rewrite command matching/parsing
Christian Franke
2014-04-01
1
-3
/
+0
*
ospf6d: fix refcounting in ospf6_asbr_lsa_remove
Christian Franke
2014-03-21
1
-0
/
+2
*
ospf6d: add "auto-cost reference-bandwidth" command
Vincent Bernat
2014-03-21
5
-2
/
+80
*
ospf6d: compute interface cost from its bandwidth
Vincent Bernat
2014-03-21
4
-17
/
+91
*
ospf6d: solve segfaults with ospf6d on FreeBSD
Ingo Flaschberger
2014-03-21
1
-0
/
+7
*
Merge volatile/cumulus_ospf6d
David Lamparter
2014-03-18
27
-658
/
+1901
|
\
|
*
ospf6d: fix interface_down() stopping hellos
David Lamparter
2014-03-18
1
-1
/
+4
|
*
ospf6d: clear lsa->refresh before clearing LSAs
David Lamparter
2014-03-18
2
-0
/
+3
|
*
ospf6d: handle missing link local address more gracefully
Christian Franke
2014-03-18
2
-6
/
+22
|
*
ospf6d: improve ordered shutdown
Christian Franke
2014-03-18
9
-35
/
+94
|
*
ospf6d: clear DR info on interface_down
Christian Franke
2013-11-20
1
-0
/
+4
|
*
ospf6d: set cmsg size correctly
Christian Franke
2013-11-20
1
-1
/
+1
|
*
ospf6d: don't run DR election early on "ipv6 ospf6 priority"
Christian Franke
2013-11-20
1
-1
/
+4
|
*
ospf6d: fix integrated config
Dinesh Dutt
2013-11-20
1
-0
/
+8
|
*
ospf6d: add SPF logs, statistics, and display of SPF parameters
Dinesh Dutt
2013-11-07
8
-11
/
+180
|
*
ospf6d: add 'log-adjacency-changes [detail]'
Dinesh Dutt
2013-11-07
4
-16
/
+157
|
*
ospf6d: don't send LSAck on an interface if we've flooded the LSU out that i/f
Dinesh Dutt
2013-11-07
1
-13
/
+8
|
*
ospf6d: handle Prefix and Router Options bits correctly
Dinesh Dutt
2013-11-07
3
-4
/
+40
|
*
ospf6d: add LSA payload to show summary output
Dinesh Dutt
2013-11-07
5
-38
/
+356
|
*
ospf6d: increment dbdesc seqnum on SeqNumberMismatch/BadLsReq event
Dinesh Dutt
2013-11-07
1
-0
/
+4
|
*
ospf6d: don't change SeqNum on initial DbDesc message
Dinesh Dutt
2013-11-07
1
-1
/
+2
|
*
ospf6d: handle seqnum wrapping
Dinesh Dutt
2013-11-07
3
-1
/
+34
|
*
ospf6d: add overload support
Dinesh Dutt
2013-11-07
6
-2
/
+165
|
*
ospf6d: fix linkdown handling
Dinesh Dutt
2013-11-07
1
-3
/
+3
|
*
ospf6d: correct nexthop through directly connected networks
Dinesh Dutt
2013-11-07
1
-3
/
+20
|
*
ospf6d: don't suppress empty router LSA
Dinesh Dutt
2013-11-07
1
-29
/
+20
|
*
ospf6d: turn off expensive debugging
Dinesh Dutt
2013-11-07
2
-5
/
+5
|
*
ospf6d: convert LSDB to use route_node, improve performance
Dinesh Dutt
2013-11-07
5
-111
/
+78
|
*
ospf6d: fix neighbor state machine (faster lsdb sync, RFC compliance)
Dinesh Dutt
2013-11-07
4
-44
/
+88
|
*
ospf6d: add p2p interface support
Dinesh Dutt
2013-11-07
5
-92
/
+256
|
*
ospf6d: fix various bugs in installing and flooding LSAs
Dinesh Dutt
2013-11-07
2
-13
/
+10
|
*
ospf6d: add more details to show ipv6 ospf6 data
Dinesh Dutt
2013-11-07
1
-0
/
+5
|
*
ospf6d: enable the commands to support detailed debugging of LSAs.
Dinesh Dutt
2013-11-07
1
-146
/
+31
|
*
ospf6d: remove older version of LSA from neigbor retx list before prematurely...
Dinesh Dutt
2013-11-07
1
-0
/
+23
|
*
ospf6d: reinvoke MaxAge remover thread if not all MaxAge LSAs were flushed.
Dinesh Dutt
2013-11-07
3
-21
/
+49
[next]