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
...
|
*
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
*
snmp: let handlers accept OID from a lesser prefix
Vincent Bernat
2012-06-25
1
-0
/
+8
*
build: use net-snmp-config to configure NetSNMP
Vincent Bernat
2012-06-25
1
-1
/
+1
*
build: only define HAVE_SNMP
Vincent Bernat
2012-06-25
1
-6
/
+0
*
build: allow configure and build in a separate directory
Vincent Bernat
2012-06-25
1
-1
/
+1
*
ospf6d: remove defaults from iface config (BZ#550)
Vyacheslav Trushkin
2012-02-21
2
-23
/
+45
*
ospf6d: remove own routes on SIGTERM (BZ#448)
Phil Laverdiere
2012-02-21
3
-1
/
+10
*
ospf6d: fix out of bounds write in ospf6_prefix_apply_mask
David Lamparter
2012-02-11
1
-5
/
+4
*
fix zebra protocol after MP-BGP changes
Denis Ovsienko
2012-01-23
1
-0
/
+1
*
ospf6d: ospf6_lsa_cmd_init() does not exist
Denis Ovsienko
2012-01-08
1
-1
/
+0
*
ospf6d: fix compiler warning messages
Vyacheslav Trushkin
2012-01-02
1
-4
/
+5
*
ospf6d: add verifying user's privileges
Vyacheslav Trushkin
2012-01-02
1
-0
/
+7
*
ospf6d: always remove the result of a previous SPF calculation
Tom Goff
2011-12-14
1
-2
/
+2
*
ospf6d: decode message type with LOOKUP()
Denis Ovsienko
2011-12-13
2
-15
/
+16
*
ospf6d: make some old sizing checks assertions
Denis Ovsienko
2011-12-13
1
-90
/
+13
*
lib: put route_types.txt to real use
David Lamparter
2011-12-13
1
-54
/
+21
*
build: delete .cvsignore files
Denis Ovsienko
2011-12-13
1
-15
/
+0
*
quagga: option "-z" ("--socket <path>") added
Vyacheslav Trushkin
2011-12-13
1
-1
/
+6
*
ospf6d: justify multicast group management
Vyacheslav Trushkin
2011-12-13
3
-82
/
+14
*
ospf6d: implement 'match interface' for route-maps
Vyacheslav Trushkin
2011-12-13
2
-0
/
+91
*
ospf6d: fix compile warning from falling off end of main
Stephen Hemminger
2011-12-07
1
-1
/
+1
*
ospf6d: check MTU with message header size in mind
Dmitrij Tejblum
2011-11-17
1
-9
/
+17
*
IPv6 transport class suppport
Stephen Hemminger
2011-10-17
1
-0
/
+9
*
ospf6d: address more trivial compiler warnings
Denis Ovsienko
2011-09-27
3
-2
/
+13
*
ospf6d: spelling
Denis Ovsienko
2011-09-27
2
-12
/
+12
[prev]
[next]