]> git.proxmox.com Git - mirror_frr.git/blame - HACKING.pending
lib/table: add route_table_get_next() and iterator
[mirror_frr.git] / HACKING.pending
CommitLineData
515b9424
GT
1This 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
543fb49c
PJ
17** git remote add quagga-re git://github.com/Quagga-RE/quagga-RE.git
18
19Maintained by Denis Ovsienko, and geared towards producing a
20production-ready branch of Quagga, in the Quagga-RE-stable branch.
21
515b9424
GT
22** git remote add equinox git://git.spaceboyz.net/equinox/quagga.git/
23
24This repository has topic branches for patches intended for inclusion
25in the main quagga tree, named patches/, plus some other branches.
26
cbc64b07
GT
27** git remote add balajig http://github.com/balajig/quagga-next.git
28
29Balaji G has prepared a git repository where a number of patches to
30the list have been stored.
31
11d3fe9b
GT
32** git remote add mtr http://github.com/tomhenderson/quagga-mtr.git
33
34Tom Henderson of Boeing has created a repository to work on
f3bd0501 35multi-topology routing support for OSPF. Work on this repository
7e924e11 36takes place on the branch mtr, which has a branch point of 0.99.17
11d3fe9b 37
515b9424
GT
38* posted patches
39
cbc64b07
GT
40** Boeing
41
515b9424
GT
42Boeing has posted patches
43
44 quagga-0.99.9.ospfv3-addressfamilies.patch
45 quagga-0.99.9.ospfv3-manetmdr.patch
46
47against 0.99.9 at
48
49 http://hipserver.mct.phantomworks.org/ietf/ospf/
50
51Both patches include functional enhancements as well as support for
52gcc 2.95.
f3bd0501
GT
53
54[TODO: Are any of these obsolete with respect to mtr/mtr?]