diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-05 00:17:29 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-05 00:17:29 +0100 |
commit | 305a01f57bd97906000c36bb154d63bc90012ef7 (patch) | |
tree | ecfc75702b3b60c2513b8bc62f1883a1af47217f /TODO | |
parent | feed82267663c6826da896309de180417bd0b39f (diff) | |
download | bird-305a01f57bd97906000c36bb154d63bc90012ef7.tar bird-305a01f57bd97906000c36bb154d63bc90012ef7.zip |
Added DEBUG commands.
Removed CLI tests, real commands now serve as much better examples.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 2 insertions, 6 deletions
@@ -1,7 +1,5 @@ Core ~~~~ -* protocols: implement dumping of protocol-dependent rte attributes - - IPv6 support - io.c: refuse old-style multicasts for unnumbered interfaces? @@ -16,8 +14,6 @@ Core - static: check validity of route destination? - static: allow specifying a per-route filter program for setting route attributes? -- *: show route hooks - - rte_update: check whether all bits not covered by masklen are zero - rte_update: debug mode @@ -48,12 +44,11 @@ Commands ~~~~~~~~ shutdown # order system shutdown configure [<file>] -debug <what> # dump debugging information to log show <name> # show everything you know about symbol <name> rip ??? [<name>] ospf ??? [<name>] static ??? [<name>] - filters [<name>] + symbols (disable|enable|restart) <protocol> # or ALL? Cleanup @@ -68,6 +63,7 @@ Cleanup - try compiling with -Wunused - does everybody test return value of sk_open? - add references to RFC's we did follow +- protocols: implement CLI hooks Various ideas ~~~~~~~~~~~~~ |