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
*
*: 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
|
*
ospf6d: schedule SPF to run on events rather than directly on each event.
Dinesh Dutt
2013-11-07
6
-23
/
+207
|
*
ospf6d/ospfd: refactor some common defines
Dinesh Dutt
2013-10-22
13
-54
/
+36
*
|
security: Fix some typos and potential NULL-deref
Remi Gacogne
2014-02-11
1
-1
/
+1
|
/
*
isisd, ospf6d: use bug-report information from autoconf
Christian Franke
2013-07-31
1
-1
/
+1
*
*: use array_size() helper macro
Balaji.G
2012-10-25
2
-3
/
+2
*
lib: improve fletcher checksum validation
JR Rivers
2012-10-25
3
-35
/
+24
*
ospf6d: fix segfault when requesting inexistant interfaces or areas
Vincent Bernat
2012-07-10
1
-4
/
+6
*
ospf6d: add SNMP notifications/traps support
Vincent Bernat
2012-06-25
4
-0
/
+78
*
ospf6d: add SNMP support for ospfv3*LsdbTable
Vincent Bernat
2012-06-25
1
-89
/
+174
*
ospf6d: add SNMP implementation of ospfv3IfTable
Vincent Bernat
2012-06-25
3
-1
/
+206
*
ospf6d: complete SNMP implementation of ospfv3AreaTable
Vincent Bernat
2012-06-25
3
-2
/
+31
*
ospf6d: complete SNMP implementation for scalar objects
Vincent Bernat
2012-06-25
1
-0
/
+44
*
ospf6d: add SNMP support for ospfv3NbrTable
Vincent Bernat
2012-06-25
3
-0
/
+167
*
snmp: fix OSPFV3-MIB implementation
Vincent Bernat
2012-06-25
2
-2931
/
+4188
[next]