diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-01 23:31:27 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-01 23:31:27 +0100 |
commit | b982b6db2bc9df396d4cd329e23c5b3199a409a2 (patch) | |
tree | f8a61e74d404e67614dd19a154d247425487379a /TODO | |
parent | b4b3b39e20a669ab3f33f71474e937b5e9ce6d26 (diff) | |
download | bird-b982b6db2bc9df396d4cd329e23c5b3199a409a2.tar bird-b982b6db2bc9df396d4cd329e23c5b3199a409a2.zip |
Implemented netlink protocol parsing functions. More to come tomorrow.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 ~~~~~~~~~~~~~ |