diff options
author | Greg Troxel <gdt@ir.bbn.com> | 2010-04-18 12:50:21 -0400 |
---|---|---|
committer | Greg Troxel <gdt@ir.bbn.com> | 2010-04-18 12:50:21 -0400 |
commit | 515b9424d4106ff5ccef4f18030a3ca69d38a178 (patch) | |
tree | 1ff255748efe47c80caa5e764266916713c09cf9 | |
parent | 43a48cf379193327603fc023530d6c185012f941 (diff) |
git: add pointers to out-of-tree work
* (HACKING.pending): List known places where work on quagga that is
not (yet) integrated into the main tree can be found.
-rw-r--r-- | HACKING.pending | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/HACKING.pending b/HACKING.pending new file mode 100644 index 00000000..3b923a41 --- /dev/null +++ b/HACKING.pending @@ -0,0 +1,34 @@ +This file contains pointers to work done on quagga that is not in the +quagga git repository or quagga bugzilla. + +* bug/patch trackers + +** diac24 patchwork instance + +David Lamparter <equinox@diac24.net> runs a patchwork instance at + + http://patchwork.diac24.net/project/quagga/list/ + +which contains about 225 patches to quagga. Many of these are +collected in his git repository. + +* public git repositories + +** git remote add equinox git://git.spaceboyz.net/equinox/quagga.git/ + +This repository has topic branches for patches intended for inclusion +in the main quagga tree, named patches/, plus some other branches. + +* posted patches + +Boeing has posted patches + + quagga-0.99.9.ospfv3-addressfamilies.patch + quagga-0.99.9.ospfv3-manetmdr.patch + +against 0.99.9 at + + http://hipserver.mct.phantomworks.org/ietf/ospf/ + +Both patches include functional enhancements as well as support for +gcc 2.95. |