diff options
author | Martin Mares <mj@ucw.cz> | 2000-03-01 12:42:13 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 2000-03-01 12:42:13 +0100 |
commit | aee539f241dd233eb9e716e11ee2c449ab482a75 (patch) | |
tree | 4e3ca622427a69ef1f4e8a4f21c1803d9c804070 /TODO | |
parent | db1326aa5e39711d88d305ac08a0afa137ab77f0 (diff) | |
download | bird-aee539f241dd233eb9e716e11ee2c449ab482a75.tar bird-aee539f241dd233eb9e716e11ee2c449ab482a75.zip |
Made `datetime' more user friendly. Now it should be a quoted string
of type "dd-mm-yyyy".
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -18,10 +18,7 @@ Core - netlink: import Linux route attributes to our rta's, so that they can be filtered? -- config: executable config files - config: when parsing prefix, check zero bits -- config: useless rules when protocols disabled -- config: better datetime format - krt: rescan interfaces when route addition fails? @@ -56,6 +53,7 @@ Globals Various ideas ~~~~~~~~~~~~~ +- config: executable config files - client: access control - IPv6 router advertisements - real multipath (doesn't seem to be simple at all :() |