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