blob: 5e0defd827a92cc0fb70c5173089d53d587cf964 [file] [log] [blame]
Greg Troxel515b9422010-04-18 12:50:21 -04001This file contains pointers to work done on quagga that is not in the
2quagga git repository or quagga bugzilla.
3
4* bug/patch trackers
5
6** diac24 patchwork instance
7
8David Lamparter <equinox@diac24.net> runs a patchwork instance at
9
10 http://patchwork.diac24.net/project/quagga/list/
11
12which contains about 225 patches to quagga. Many of these are
13collected in his git repository.
14
15* public git repositories
16
17** git remote add equinox git://git.spaceboyz.net/equinox/quagga.git/
18
19This repository has topic branches for patches intended for inclusion
20in the main quagga tree, named patches/, plus some other branches.
21
Greg Troxelcbc64b02010-09-17 11:02:45 -040022** git remote add balajig http://github.com/balajig/quagga-next.git
23
24Balaji G has prepared a git repository where a number of patches to
25the list have been stored.
26
Greg Troxel11d3fe92010-09-24 09:22:37 -040027** git remote add mtr http://github.com/tomhenderson/quagga-mtr.git
28
29Tom Henderson of Boeing has created a repository to work on
Greg Troxelf3bd0502010-11-03 07:16:32 -040030multi-topology routing support for OSPF. Work on this repository
Roman Hoog Antink7e924e12011-06-27 17:24:21 +020031takes place on the branch mtr, which has a branch point of 0.99.17
Greg Troxel11d3fe92010-09-24 09:22:37 -040032
Greg Troxel515b9422010-04-18 12:50:21 -040033* posted patches
34
Greg Troxelcbc64b02010-09-17 11:02:45 -040035** Boeing
36
Greg Troxel515b9422010-04-18 12:50:21 -040037Boeing has posted patches
38
39 quagga-0.99.9.ospfv3-addressfamilies.patch
40 quagga-0.99.9.ospfv3-manetmdr.patch
41
42against 0.99.9 at
43
44 http://hipserver.mct.phantomworks.org/ietf/ospf/
45
46Both patches include functional enhancements as well as support for
47gcc 2.95.
Greg Troxelf3bd0502010-11-03 07:16:32 -040048
49[TODO: Are any of these obsolete with respect to mtr/mtr?]