summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>1998-10-13 21:57:33 +0200
committerMartin Mares <mj@ucw.cz>1998-10-13 21:57:33 +0200
commitc93214d442644c9667d69f904d57aef6b4ddd47e (patch)
treeb58421542c2e9a5af3a3dd0da41170b280f57950 /TODO
parentfdf33cde1cd14a2a0215d6d459489e258fe20789 (diff)
downloadbird-c93214d442644c9667d69f904d57aef6b4ddd47e.tar
bird-c93214d442644c9667d69f904d57aef6b4ddd47e.zip
o There are cases when SIOCGIFINDEX is defined, but it doesn't work. When
this happens, don't reject the whole interface, just mark it as index 0. o Removed Pavel's comment about EFAULT and SIGSEGV. EFAULT is a valid return code for cases where the buffer is too small. o Commented out the smart interface list size logic temporarily as it seems Linux 2.0 SIOCGIFCONF doesn't react to ifc_req==NULL sanely. Replaced it by exponential stepping.
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 2 insertions, 0 deletions
diff --git a/TODO b/TODO
index 6d58cd1..f7f336d 100644
--- a/TODO
+++ b/TODO
@@ -2,6 +2,8 @@ Core
~~~~
* router id
+- use -freg-struct-return ?
+
- fake multipath?
- config file: symbolic constants?
- counters (according to SNMP MIB?)