diff options
author | Martin Mares <mj@ucw.cz> | 1999-12-16 14:06:13 +0100 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-12-16 14:06:13 +0100 |
commit | 67ece6df42b20ecc524cf3e5c14e8b541afec860 (patch) | |
tree | 4922b7aa50265895ac195ba59af184b7808533b9 /TODO | |
parent | ccdc33975648647270bf33511ec5bbab4d634634 (diff) | |
download | bird-67ece6df42b20ecc524cf3e5c14e8b541afec860.tar bird-67ece6df42b20ecc524cf3e5c14e8b541afec860.zip |
Tried to clean up multicast handling. Now we don't try to guess
multicast abilities depending on definedness of symbols and use hard-wired
system-dependent configuration defines instead.
Please test whereever you can.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 7 |
1 files changed, 1 insertions, 6 deletions
@@ -2,8 +2,6 @@ Core ~~~~ - IPv6 support -- io.c: refuse old-style multicasts for unnumbered interfaces? - - counters (according to SNMP MIB?) - better memory allocators - real attribute cache @@ -21,12 +19,8 @@ Core - iface: SIOCGIFINDEX exists on glibc systems, but it doesn't work on 2.0.x kernels! -* glibc problems with struct mreqn - - socket: Use IP_RECVERR for BGP TCP sockets? -- OSPF: refuse running on non-multicast devices - - config: executable config files - config: when parsing prefix, check zero bits - config: reconfiguration @@ -82,6 +76,7 @@ RIP OSPF ~~~~ + - refuse running on non-multicast devices - importing of device routes for networks where we don't run OSPF - check incoming packets using neighbor cache - RFC2328 appendix E: Use a better algorithm |