summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1999-05-07 15:46:16 +0200
committerMartin Mares <mj@ucw.cz>1999-05-07 15:46:16 +0200
commita2697f02ac5109e749bff4d07bee6cedd0ab650b (patch)
tree234f142162a8c4a79906513a492dc19dc4ccdbcf /TODO
parent9a158361da249e0eab1e0f7bd2c7dbe9f32eddfa (diff)
downloadbird-a2697f02ac5109e749bff4d07bee6cedd0ab650b.tar
bird-a2697f02ac5109e749bff4d07bee6cedd0ab650b.zip
Netlink support for secondary interface addresses.
Diffstat (limited to 'TODO')
-rw-r--r--TODO1
1 files changed, 1 insertions, 0 deletions
diff --git a/TODO b/TODO
index ce65885..0746c48 100644
--- a/TODO
+++ b/TODO
@@ -26,6 +26,7 @@ Core
- iface: when seen an invalid broadcast, fix it up or at least report
- iface: we always need ifindex at least for PtP links (OSPF)
- iface: interface filters should support filtering by IP address as well
+- iface: SIOCGIFINDEX exists on glibc systems, but it doesn't work on 2.0.x kernels!
- socket: Use IP_RECVERR for BGP TCP sockets?