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