diff options
author | Martin Mares <mj@ucw.cz> | 1999-08-03 21:30:20 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-08-03 21:30:20 +0200 |
commit | 9273035403ace754e5b405b2c5efba7d55c28e78 (patch) | |
tree | 03676b9f2022e1fb7715616cb8ac3871f731730b /TODO | |
parent | 5e13ffe6f4e229974238bb2ea96ea2ce8282b7ed (diff) | |
download | bird-9273035403ace754e5b405b2c5efba7d55c28e78.tar bird-9273035403ace754e5b405b2c5efba7d55c28e78.zip |
Changes to interface handling on traditional Unices:
o Aliases are interpreted as secondary addresses.
o When the system doesn't supply interface indices, generate
our ones.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 5 |
1 files changed, 0 insertions, 5 deletions
@@ -4,8 +4,6 @@ Core - io.c: refuse old-style multicasts for unnumbered interfaces? -- prefer loopback addresses as router IDs (dummy interface?) - - config: executable config files - do we really need preconfig? @@ -13,7 +11,6 @@ Core - counters (according to SNMP MIB?) - better memory allocators - default preferences of protocols: prefer BGP over OSPF/RIP external routes? -- secondary addresses -> subinterfaces or ignore - static: check validity of route destination? @@ -23,8 +20,6 @@ Core - netlink: import Linux route attributes to our rta's, so that they can be filtered? -- 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! |