diff options
author | Martin Mares <mj@ucw.cz> | 1999-03-01 21:17:46 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-03-01 21:17:46 +0100 |
commit | bdb95a21a45bce1754bf54de3e7423cf8eebf9ee (patch) | |
tree | 32f66b3d3b611949606532eba92d542073b39df0 /TODO | |
parent | ea3582a6f66223dfd2c0dd6c597dc40b48033fd5 (diff) | |
download | bird-bdb95a21a45bce1754bf54de3e7423cf8eebf9ee.tar bird-bdb95a21a45bce1754bf54de3e7423cf8eebf9ee.zip |
Added skeletal version of Linux netlink interface. It doesn't work yet,
but the framework is there and I'll try finish it soon.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -24,6 +24,8 @@ Core - kernel: RTM_F_NOTIFY seems to be unimplemented - kernel: RTM_DELROUTE not announced for device routes +- netlink: import Linux route attributes to our rta's, so that they can be filtered? + Cleanup ~~~~~~~ - right usage of DBG vs. debug |