summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorpaul <paul>2004-11-24 05:53:53 +0000
committerpaul <paul>2004-11-24 05:53:53 +0000
commitb9e0ee31864c94c729fb6b6f6b2ccbc79dbcd474 (patch)
treebdd7ec775e1c79564f502ce97b368a50f40eaeb5 /TODO
parent59a06a915da9129a4e756c2b4d42449aa71a0ee4 (diff)
2004-11-24 Paul Jakma <paul@dishone.st>
* TODO: Add source routing, zebra filtering and lib/ documenting.
Diffstat (limited to 'TODO')
-rw-r--r--TODO5
1 files changed, 4 insertions, 1 deletions
diff --git a/TODO b/TODO
index 96ba553f..3fa617dd 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
Quagga TODO list
- 2004/07/27
+ 2004/11/24
zebra:
@@ -11,6 +11,8 @@ o improve rtnetlink to handle sequence number tracking and reconciliation
and resyncs.
o Add support for valid and preferred lifetimes to IPv6 addresses
o proper support for (at least) 1-level recursive routes
+o Ability to set src on routes, where systems support it.
+o Ability to apply route-maps to daemon route updates.
bgpd:
@@ -53,6 +55,7 @@ o merge SPF code from ospfd and ospf6d into a common libspf
o depends-on(generic A/C protocol) move snmp to seperate daemon
o extend command definitions to allow them to be self-documenting
o i18n command help strings
+o Document the exported API (DocBook/Doxygen?)
vtysh:
o untangle readline specific bits