1998-04-22 14:58:34 +02:00
|
|
|
Core
|
|
|
|
~~~~
|
2000-05-08 16:18:33 +02:00
|
|
|
- client: Ctrl-R eats one more enter
|
|
|
|
- client: paging?
|
|
|
|
- client: data losses on large dumps?
|
|
|
|
|
1999-12-16 14:51:43 +01:00
|
|
|
Documentation
|
|
|
|
~~~~~~~~~~~~~
|
|
|
|
- write doctool
|
|
|
|
- write documentation :|
|
1999-11-17 15:58:21 +01:00
|
|
|
|
2000-01-19 13:30:19 +01:00
|
|
|
Globals
|
1999-02-13 23:13:04 +01:00
|
|
|
~~~~~~~
|
|
|
|
- right usage of DBG vs. debug
|
|
|
|
- logging and tracing; use appropriate log levels
|
|
|
|
- check incoming packets and log errors!!
|
2000-03-12 22:54:39 +01:00
|
|
|
- check log calls for trailing newlines and log levels followed by comma
|
1999-02-13 23:13:04 +01:00
|
|
|
- check if all protocols set proper packet priorities and TTL's.
|
1999-03-01 23:31:27 +01:00
|
|
|
- try compiling with -Wunused
|
1999-04-12 16:57:46 +02:00
|
|
|
- does everybody test return value of sk_open?
|
2000-01-19 13:30:19 +01:00
|
|
|
- doc: references to RFC's we did follow
|
|
|
|
- protocols: implement CLI hooks and per-procotol CLI commands
|
2000-01-17 12:52:50 +01:00
|
|
|
- protocols: implement reconfigure hook
|
1999-12-16 13:18:33 +01:00
|
|
|
- protocols: use locking
|
2000-04-01 01:33:03 +02:00
|
|
|
- check use of system includes and sprintf()
|
1999-02-13 23:13:04 +01:00
|
|
|
|
|
|
|
Various ideas
|
|
|
|
~~~~~~~~~~~~~
|
2000-05-09 00:37:16 +02:00
|
|
|
- static: allow specifying a per-route filter program for setting route attributes?
|
2000-05-19 12:46:26 +02:00
|
|
|
- bgp: timing of updates?
|
2000-05-09 00:37:16 +02:00
|
|
|
- netlink: realms
|
2000-03-01 15:51:47 +01:00
|
|
|
- netlink: import Linux route attributes to our rta's, so that they can be filtered?
|
2000-03-01 12:42:13 +01:00
|
|
|
- config: executable config files
|
2000-05-16 15:36:38 +02:00
|
|
|
- filters: user defined attributes?
|
2000-02-27 23:00:19 +01:00
|
|
|
- client: access control
|
2000-03-01 15:51:47 +01:00
|
|
|
- io: use poll if available
|
2000-02-27 23:00:19 +01:00
|
|
|
- IPv6 router advertisements
|
1999-02-13 23:13:04 +01:00
|
|
|
- real multipath (doesn't seem to be simple at all :()
|
|
|
|
- fake multipath (even less simple)
|
1999-03-01 18:51:29 +01:00
|
|
|
- route recalculation timing and flap dampening [see RFC2439 for algorithms]
|
1999-08-03 21:36:06 +02:00
|
|
|
- aggregate engine: standard route aggregation and summarization [RFC2519]
|
1999-02-13 23:13:04 +01:00
|
|
|
- aggregate engine: injection of manually configured pseudo-static routes
|
|
|
|
- generate default route if any working BGP connection exists (aggregate engine again?)
|
|
|
|
- generate default route to IGP's (aggregate engine yet another time?)
|
1999-08-03 21:36:06 +02:00
|
|
|
- look at RFC 2386 (QoS-based routing)
|
2000-05-16 15:36:38 +02:00
|
|
|
- cli: show tables?
|
1998-04-22 14:58:34 +02:00
|
|
|
|
|
|
|
|
1998-05-03 18:43:39 +02:00
|
|
|
OSPF
|
|
|
|
~~~~
|
1999-12-16 14:06:13 +01:00
|
|
|
- refuse running on non-multicast devices
|
1998-05-03 18:43:39 +02:00
|
|
|
- importing of device routes for networks where we don't run OSPF
|
1999-03-01 18:51:29 +01:00
|
|
|
- check incoming packets using neighbor cache
|
|
|
|
- RFC2328 appendix E: Use a better algorithm
|
1998-05-03 18:43:39 +02:00
|
|
|
- automatic generation of external route tags (RFC1403)
|
1999-03-01 18:51:29 +01:00
|
|
|
- RFC1587 NSSA areas
|
|
|
|
- RFC2370 opaque LSA's
|
|
|
|
- respect interface MTU and try not to create larger packets unless unavoidable
|