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