summaryrefslogtreecommitdiffstats
path: root/TODO
blob: 48a48b9a5dbb88f6d57bc0abe6202b413359f8ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60

			   Quagga TODO list
                             2004/07/27

zebra:

o Pointopoint address configuration.
o Multiple (alias) address configuration for the interface when kernel
  support it [just starting].
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

bgpd:

o BGP TCP MD5 authentication by password command.
o HUP signal support (reload configuration file).
o BGP multi-path extension
o move FSM state to be per-connection, not per-peer.

ripd:

o Multipath support.

ospfd:

o Rewrite the incremental RT update code.
o Demand circuits.
o Multiple instances.
o OSPF MIB [SNMP get is amost finished].
o HUP signal treatment.
o Fragment Oversized LSAs 
o move SPF to common code

ospf6d:

o move SPF to common code
o add router-id lookups

lib:
o improve route_table speed, eg strided lookups for common prefix depths.
o improve hash tables, eg auto-growing hash tables
o move performance sensitive users of hashes over to jhash
o clean up linked lists
o ipv6 addresses need concept of valid/preferred
o implement a generic daemon access/control protocol (eg D-Bus like? 
  simplified SNMP-a-like?)
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

vtysh:
o untangle readline specific bits
o add a vtyd with a vty (ie telnet) frontend (as opposed to readline)
o depends-on(generic A/C protocol) use such
o better AAA support than just PAM, eg krb5, SASL, LDAP..
                        -----------------------------