diff options
author | Martin Mares <mj@ucw.cz> | 1999-04-12 20:01:07 +0200 |
---|---|---|
committer | Martin Mares <mj@ucw.cz> | 1999-04-12 20:01:07 +0200 |
commit | 08e2d6259a71c5e43ac0083ea6d81357678f99eb (patch) | |
tree | b8c1cfaf6196d54c506ed025a9d29697bda087b6 /TODO | |
parent | 170c984a9ef1bde00711f405b03d24a2e151501c (diff) | |
download | bird-08e2d6259a71c5e43ac0083ea6d81357678f99eb.tar bird-08e2d6259a71c5e43ac0083ea6d81357678f99eb.zip |
Removed TOS support. This simplifies many things a lot.
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 8 |
1 files changed, 3 insertions, 5 deletions
@@ -1,9 +1,9 @@ Core ~~~~ -- Remove TOS support? - * protocols: implement dumping of protocol-dependent rte attributes +- prefer loopback addresses as router IDs (dummy interface?) + - config: executable config files - do we really need preconfig? @@ -19,13 +19,11 @@ Core - adding of route: check whether all bits not covered by masklen are zero -- incoming packets: interface the packet came from? (esp. for multicasts) -- broadcast/multicast echoing suppresion - - 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 Cleanup ~~~~~~~ |