paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 1 | |
paul | 7a939e1 | 2004-07-27 16:57:09 +0000 | [diff] [blame] | 2 | Quagga TODO list |
| 3 | 2004/07/27 |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 4 | |
| 5 | zebra: |
| 6 | |
| 7 | o Pointopoint address configuration. |
| 8 | o Multiple (alias) address configuration for the interface when kernel |
| 9 | support it [just starting]. |
paul | 7a939e1 | 2004-07-27 16:57:09 +0000 | [diff] [blame] | 10 | o improve rtnetlink to handle sequence number tracking and reconciliation |
| 11 | and resyncs. |
| 12 | o Add support for valid and preferred lifetimes to IPv6 addresses |
paul | fbe31d8 | 2004-07-27 16:57:53 +0000 | [diff] [blame] | 13 | o proper support for (at least) 1-level recursive routes |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 14 | |
| 15 | bgpd: |
| 16 | |
paul | 7a939e1 | 2004-07-27 16:57:09 +0000 | [diff] [blame] | 17 | o BGP TCP MD5 authentication by password command. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 18 | o HUP signal support (reload configuration file). |
| 19 | o BGP multi-path extension |
paul | 7a939e1 | 2004-07-27 16:57:09 +0000 | [diff] [blame] | 20 | o move FSM state to be per-connection, not per-peer. |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 21 | |
| 22 | ripd: |
| 23 | |
| 24 | o Multipath support. |
| 25 | |
| 26 | ospfd: |
| 27 | |
| 28 | o Rewrite the incremental RT update code. |
| 29 | o Demand circuits. |
| 30 | o Multiple instances. |
| 31 | o OSPF MIB [SNMP get is amost finished]. |
| 32 | o HUP signal treatment. |
paul | 7a939e1 | 2004-07-27 16:57:09 +0000 | [diff] [blame] | 33 | o Fragment Oversized LSAs |
| 34 | o move SPF to common code |
| 35 | |
| 36 | ospf6d: |
| 37 | |
| 38 | o move SPF to common code |
| 39 | o add router-id lookups |
| 40 | |
| 41 | lib: |
| 42 | o improve route_table speed, eg strided lookups for common prefix depths. |
| 43 | o improve hash tables, eg auto-growing hash tables |
| 44 | o move performance sensitive users of hashes over to jhash |
| 45 | o clean up linked lists |
| 46 | o ipv6 addresses need concept of valid/preferred |
| 47 | o implement a generic daemon access/control protocol (eg D-Bus like? |
| 48 | simplified SNMP-a-like?) |
| 49 | o merge SPF code from ospfd and ospf6d into a common libspf |
| 50 | o depends-on(generic A/C protocol) move snmp to seperate daemon |
| 51 | o extend command definitions to allow them to be self-documenting |
| 52 | o i18n command help strings |
| 53 | |
| 54 | vtysh: |
| 55 | o untangle readline specific bits |
| 56 | o add a vtyd with a vty (ie telnet) frontend (as opposed to readline) |
| 57 | o depends-on(generic A/C protocol) use such |
| 58 | o better AAA support than just PAM, eg krb5, SASL, LDAP.. |
| 59 | ----------------------------- |
| 60 | |