summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorMartin Mares <mj@ucw.cz>2000-03-04 22:09:14 +0100
committerMartin Mares <mj@ucw.cz>2000-03-04 22:09:14 +0100
commitee76a92a80a0241421f57fe332c251255d2af4f8 (patch)
tree597fbcff4e8dd94ee89c67162099e47d0ae9841a /TODO
parentd4d7562806b7306d6e5ed9b759906e264b743dc5 (diff)
downloadbird-ee76a92a80a0241421f57fe332c251255d2af4f8.tar
bird-ee76a92a80a0241421f57fe332c251255d2af4f8.zip
Implemented real attribute cache.
Diffstat (limited to 'TODO')
-rw-r--r--TODO22
1 files changed, 1 insertions, 21 deletions
diff --git a/TODO b/TODO
index 9989d89..ccbe59c 100644
--- a/TODO
+++ b/TODO
@@ -1,7 +1,6 @@
Core
~~~~
- better memory allocators
-- real attribute cache
- static: check validity of route destination?
- static: allow specifying a per-route filter program for setting route attributes?
@@ -16,6 +15,7 @@ Core
Commands
~~~~~~~~
- showing of routing table as seen by given protocol
+- printing of dynamic attributes
Documentation
~~~~~~~~~~~~~
@@ -69,23 +69,3 @@ OSPF
- RFC1587 NSSA areas
- RFC2370 opaque LSA's
- respect interface MTU and try not to create larger packets unless unavoidable
-
-BGP
-~~~
- - aggregation, ATOMIC_AGGREGATE
- - communities
- - attributes must be sorted!
- - re-export of NEXT_HOP attribute
- - BGP session over currently down interface
- - LOCAL_PREF attribute
- - error notification received -> log error
- - set TTL to 1 (configurable?)
- - consulting IGP for next-hop information? (what if it changes?)
- - inter-advertisement delay???!
- - normalize (sort) incoming AS-SET's
- - maximum length of AS paths
- - expected neighbor AS
- - hold time
- - idle timer after error: initial value, exponential growth, maximum value
- - import of IGP routes (use external route tags from OSPF)
- - Use IP_RECVERR for BGP TCP sockets?