1998-04-22 14:58:34 +02:00
|
|
|
Core
|
|
|
|
~~~~
|
2000-06-17 01:12:47 +02:00
|
|
|
- socket open failure should not be fatal
|
|
|
|
- &&,||: priorities
|
2000-06-20 01:50:02 +02:00
|
|
|
- static: allow specifying a per-route filter program for setting route attributes?
|
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
|
|
|
- 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-06-04 22:06:42 +02:00
|
|
|
- client: Ctrl-R eats one more enter
|
2000-05-19 12:46:26 +02:00
|
|
|
- bgp: timing of updates?
|
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-03-01 15:51:47 +01:00
|
|
|
- io: use poll if available
|
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-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
|
|
|
- RFC2370 opaque LSA's
|
2004-08-03 00:38:43 +02:00
|
|
|
- Limit export rate of external LSAs (like Gated does)
|
|
|
|
- Bugfix in link state retransmission list (aging)
|
|
|
|
- Graceful OSPF restart - RFC3623
|