]> git.puffer.fish Git - matthieu/frr.git/commitdiff
Move TODO items from isid to the common TODO.
authorhasso <hasso>
Sat, 1 Jan 2005 21:02:13 +0000 (21:02 +0000)
committerhasso <hasso>
Sat, 1 Jan 2005 21:02:13 +0000 (21:02 +0000)
TODO
isisd/TODO [deleted file]

diff --git a/TODO b/TODO
index 3fa617ddb19d2776950e00a8230f6eff4e1ebc1d..e4046564612c9fe0209e3217f38da8e65dd8b87a 100644 (file)
--- 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 (file)
index e3c1352..0000000
+++ /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