summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhasso <hasso>2005-01-01 21:02:13 +0000
committerhasso <hasso>2005-01-01 21:02:13 +0000
commit2be0108a0f5f3d3e3c153c3594776f9594b9ac66 (patch)
treec261f24d9cd9d86738c61f1308696dd7b931f8d8
parent2d73deedaefb40c46029a12d3219565ed7e5f93b (diff)
downloadquagga-2be0108a0f5f3d3e3c153c3594776f9594b9ac66.tar.bz2
quagga-2be0108a0f5f3d3e3c153c3594776f9594b9ac66.tar.xz
Move TODO items from isid to the common TODO.
-rw-r--r--TODO11
-rw-r--r--isisd/TODO10
2 files changed, 11 insertions, 10 deletions
diff --git a/TODO b/TODO
index 3fa617dd..e4046564 100644
--- a/TODO
+++ b/TODO
@@ -43,6 +43,17 @@ ospf6d:
o move SPF to common code
o add router-id lookups
+isisd:
+
+o finish SPF
+o select nearest L2 when running SPF for L1
+o remove the routes when holding time for nexthop expires
+o redistribution
+o autosummary
+
+o Mesh groups (RFC2973)
+o Crypto authentication (RFC3567)
+
lib:
o improve route_table speed, eg strided lookups for common prefix depths.
o improve hash tables, eg auto-growing hash tables
diff --git a/isisd/TODO b/isisd/TODO
deleted file mode 100644
index e3c1352e..00000000
--- a/isisd/TODO
+++ /dev/null
@@ -1,10 +0,0 @@
-Things in the TODO list for the near future
-
-o select nearest L2 when running SPF for L1
-o remove the routes when holding time for nexthop expires
-o redist
-o autosummary
-
-Not so urgent:
-
-o Mesh groups