summaryrefslogtreecommitdiffstats
path: root/HACKING.pending
diff options
context:
space:
mode:
authorChris Hall <chris.hall@highwayman.com>2011-03-29 00:29:35 +0100
committerChris Hall <chris.hall@highwayman.com>2011-03-29 00:29:35 +0100
commite20f7ccd9e110fcd5deb945f8d23922efd8b0822 (patch)
tree89b61ee61ac306817dc19b9313806bf2562b1c1b /HACKING.pending
parent6481583be322b0ba223a0140500a0a6d50546dd9 (diff)
downloadquagga-ex14.tar.bz2
quagga-ex14.tar.xz
Bring "ex" version up to date with 0.99.18ex14
Release: 0.99.18ex14 Also fixes issue with unknown attributes -- does not release them prematurely. Contains the "bgpd: New show commands for improved view and address family support", which is post 0.99.18. (But not RFC 5082 GTSM.)
Diffstat (limited to 'HACKING.pending')
-rw-r--r--HACKING.pending49
1 files changed, 49 insertions, 0 deletions
diff --git a/HACKING.pending b/HACKING.pending
new file mode 100644
index 00000000..25ea0bd4
--- /dev/null
+++ b/HACKING.pending
@@ -0,0 +1,49 @@
+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.
+
+** git remote add balajig http://github.com/balajig/quagga-next.git
+
+Balaji G has prepared a git repository where a number of patches to
+the list have been stored.
+
+** git remote add mtr http://github.com/tomhenderson/quagga-mtr.git
+
+Tom Henderson of Boeing has created a repository to work on
+multi-topology routing support for OSPF. Work on this repository
+takes place on the branch mtr, which has a branch poing of 0.99.17
+
+* posted patches
+
+** Boeing
+
+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.
+
+[TODO: Are any of these obsolete with respect to mtr/mtr?]