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