]> git.proxmox.com Git - mirror_frr.git/blob - TODO
Adjust per-directory vs global ChangeLog to match current practice.
[mirror_frr.git] / TODO
1
2 Quagga TODO list
3 2004/07/27
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].
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
13 o proper support for (at least) 1-level recursive routes
14
15 bgpd:
16
17 o BGP TCP MD5 authentication by password command.
18 o HUP signal support (reload configuration file).
19 o BGP multi-path extension
20 o move FSM state to be per-connection, not per-peer.
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.
33 o Fragment Oversized LSAs
34 o move SPF to common code
35 o NSSA priority rules (RFC3101 2.4)
36 o Type-7 address ranges (RFC3101 2.2)
37 o Originating Type-7 default into area (RFC3101 2.7)
38
39 ospf6d:
40
41 o move SPF to common code
42 o add router-id lookups
43
44 lib:
45 o improve route_table speed, eg strided lookups for common prefix depths.
46 o improve hash tables, eg auto-growing hash tables
47 o move performance sensitive users of hashes over to jhash
48 o clean up linked lists
49 o ipv6 addresses need concept of valid/preferred
50 o implement a generic daemon access/control protocol (eg D-Bus like?
51 simplified SNMP-a-like?)
52 o merge SPF code from ospfd and ospf6d into a common libspf
53 o depends-on(generic A/C protocol) move snmp to seperate daemon
54 o extend command definitions to allow them to be self-documenting
55 o i18n command help strings
56
57 vtysh:
58 o untangle readline specific bits
59 o add a vtyd with a vty (ie telnet) frontend (as opposed to readline)
60 o depends-on(generic A/C protocol) use such
61 o better AAA support than just PAM, eg krb5, SASL, LDAP..
62 -----------------------------
63