summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-03-01 23:31:27 +0100
committerMartin Mares <mj@ucw.cz>1999-03-01 23:31:27 +0100
commitb982b6db2bc9df396d4cd329e23c5b3199a409a2 (patch)
treef8a61e74d404e67614dd19a154d247425487379a /TODO
parentb4b3b39e20a669ab3f33f71474e937b5e9ce6d26 (diff)
downloadbird-b982b6db2bc9df396d4cd329e23c5b3199a409a2.tar
bird-b982b6db2bc9df396d4cd329e23c5b3199a409a2.zip
Implemented netlink protocol parsing functions. More to come tomorrow.
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 2 insertions, 2 deletions
diff --git a/TODO b/TODO
index ff7fd19..d3654cd 100644
--- a/TODO
+++ b/TODO
@@ -21,8 +21,7 @@ Core
- broadcast/multicast echoing suppresion
- we need ifindex at least for PtP links
-- kernel: RTM_F_NOTIFY seems to be unimplemented
-- kernel: RTM_DELROUTE not announced for device routes
+- kernel: RTM_DELROUTE not announced for device routes [confirmed by Alexey: it's a feature]
- netlink: import Linux route attributes to our rta's, so that they can be filtered?
@@ -35,6 +34,7 @@ Cleanup
- check log calls for trailing newlines
- check if all protocols set proper packet priorities and TTL's.
- replace all NUM's by expr's
+- try compiling with -Wunused
Various ideas
~~~~~~~~~~~~~