From: hasso Date: Sat, 1 Jan 2005 21:02:13 +0000 (+0000) Subject: Move TODO items from isid to the common TODO. X-Git-Tag: frr-2.0-rc1~3260 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=b1b57e2b835ded16e6615723e10d67ed2e0b9c5e;p=mirror%2Ffrr.git Move TODO items from isid to the common TODO. --- diff --git a/TODO b/TODO index 3fa617ddb1..e404656461 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 e3c1352e6d..0000000000 --- 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