diff options
author | Martin Mares <mj@ucw.cz> | 2000-01-19 13:30:19 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-01-19 13:30:19 +0100 |
commit | 4b87e256eba51a8711c24fbae501ac7975b4ecd3 (patch) | |
tree | adab4bad12941ac757d7b0a586ab42b7d09b9817 /TODO | |
parent | f5ad9f87a389c1167a8468d0190bcf6d3cc33cf6 (diff) | |
download | bird-4b87e256eba51a8711c24fbae501ac7975b4ecd3.tar bird-4b87e256eba51a8711c24fbae501ac7975b4ecd3.zip |
Split off general commands to cmds.c.
Added `show symbols' command which dumps whole symbol table together
with symbol types etc.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 16 |
1 files changed, 4 insertions, 12 deletions
@@ -21,13 +21,10 @@ Core - netlink: import Linux route attributes to our rta's, so that they can be filtered? -- socket: Use IP_RECVERR for BGP TCP sockets? - - config: executable config files - config: when parsing prefix, check zero bits - config: useless rules when protocols disabled - config: better datetime format -- config: long disable/enable/restart sequences hang - krt: rescan interfaces when route addition fails? @@ -37,11 +34,6 @@ Core Commands ~~~~~~~~ -show <name> # show everything you know about symbol <name> - rip ??? [<name>] - ospf ??? [<name>] - static ??? [<name>] - symbols - showing of routing table as seen by given protocol Roadmap @@ -51,7 +43,6 @@ Roadmap - Remaining bits of IPv6 support (radvd) - RIPv6 - BGP? -- Logging and debugging messages Client ~~~~~~ @@ -62,7 +53,7 @@ Documentation - write doctool - write documentation :| -Cleanup +Globals ~~~~~~~ - right usage of DBG vs. debug - cleanup debugging calls @@ -73,8 +64,8 @@ Cleanup - replace all NUM, IPA and expr tokens by constant filter expressions - try compiling with -Wunused - does everybody test return value of sk_open? -- add references to RFC's we did follow -- protocols: implement CLI hooks +- doc: references to RFC's we did follow +- protocols: implement CLI hooks and per-procotol CLI commands - protocols: implement reconfigure hook - protocols: use locking @@ -122,3 +113,4 @@ BGP - hold time - idle timer after error: initial value, exponential growth, maximum value - import of IGP routes (use external route tags from OSPF) + - Use IP_RECVERR for BGP TCP sockets? |