]> git.puffer.fish Git - matthieu/frr.git/commitdiff
2004-11-24 Paul Jakma <paul@dishone.st>
authorpaul <paul>
Wed, 24 Nov 2004 05:53:53 +0000 (05:53 +0000)
committerpaul <paul>
Wed, 24 Nov 2004 05:53:53 +0000 (05:53 +0000)
* TODO: Add source routing, zebra filtering and lib/ documenting.

ChangeLog
TODO

index 39e7458a6d513c99442ad94ad5eccb6423fdeab5..8754e7d20975d4ae64687eb16dac7424b4349070 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-11-24 Paul Jakma <paul@dishone.st>
+
+       * TODO: Add source routing, zebra filtering and lib/ documenting.
+
 2004-11-19 Andrew J. Schorr <ajschorr@alumni.princeton.edu>
 
        * global: Replace strerror with safe_strerror.  And vtysh/vtysh.c
diff --git a/TODO b/TODO
index 96ba553f90043a0691a92ec7594de27ffe5c3a8a..3fa617ddb19d2776950e00a8230f6eff4e1ebc1d 100644 (file)
--- 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