diff options
author | Martin Mares <mj@ucw.cz> | 1999-05-07 15:46:16 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-05-07 15:46:16 +0200 |
commit | a2697f02ac5109e749bff4d07bee6cedd0ab650b (patch) | |
tree | 234f142162a8c4a79906513a492dc19dc4ccdbcf /TODO | |
parent | 9a158361da249e0eab1e0f7bd2c7dbe9f32eddfa (diff) | |
download | bird-a2697f02ac5109e749bff4d07bee6cedd0ab650b.tar bird-a2697f02ac5109e749bff4d07bee6cedd0ab650b.zip |
Netlink support for secondary interface addresses.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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? |