wc -l TODO
decreased.
This commit is contained in:
parent
dee929d868
commit
5cd462f291
1 changed files with 5 additions and 14 deletions
19
TODO
19
TODO
|
@ -2,6 +2,7 @@ Core
|
||||||
~~~~
|
~~~~
|
||||||
* right usage of DBG vs. debug
|
* right usage of DBG vs. debug
|
||||||
* cleanup debugging calls!
|
* cleanup debugging calls!
|
||||||
|
- global "interface weed out list"
|
||||||
|
|
||||||
- TOS not supported by kernel -> automatically drop routes with TOS<>0
|
- TOS not supported by kernel -> automatically drop routes with TOS<>0
|
||||||
|
|
||||||
|
@ -9,10 +10,8 @@ Core
|
||||||
|
|
||||||
- fake multipath?
|
- fake multipath?
|
||||||
- replace all NUM's by expr's
|
- replace all NUM's by expr's
|
||||||
- config file: symbolic constants?
|
- config file: define ipaddr constants?
|
||||||
- counters (according to SNMP MIB?)
|
- counters (according to SNMP MIB?)
|
||||||
- generation of subnet mask ICMP's for v6?
|
|
||||||
- ipv4: recognize site scope addresses?
|
|
||||||
- ifdef out some debugging code?
|
- ifdef out some debugging code?
|
||||||
- better memory allocators
|
- better memory allocators
|
||||||
- default preferences of protocols: prefer BGP over OSPF/RIP external routes?
|
- default preferences of protocols: prefer BGP over OSPF/RIP external routes?
|
||||||
|
@ -21,21 +20,13 @@ Core
|
||||||
|
|
||||||
- filter: logging of dropped routes (?)
|
- filter: logging of dropped routes (?)
|
||||||
- limitation of memory consumption: per-process and total (?)
|
- limitation of memory consumption: per-process and total (?)
|
||||||
- alloca
|
- adding of route: check whether all bits not covered by masklen are zero
|
||||||
- adding of route: clear all bits not covered by masklen
|
- switch: generate default route only if at least one BGP connection exists (?)
|
||||||
- switch: generate default route only if at least one BGP connection exists
|
|
||||||
- "interface kill" list
|
|
||||||
|
|
||||||
- route recalculation timing + flap dampening (?)
|
- route recalculation timing + flap dampening (?)
|
||||||
|
|
||||||
- "generate default route" switch for all IGP's
|
- "generate default route" switch for all IGP's
|
||||||
|
|
||||||
- running protocol on an interface:
|
|
||||||
- interface is not required to exist
|
|
||||||
- can specify a wildcard pattern or an interface list
|
|
||||||
|
|
||||||
- re-configuration: restart of affected routing protocols (shutdown mode)
|
|
||||||
|
|
||||||
- Check incoming packets and log errors!!
|
- Check incoming packets and log errors!!
|
||||||
|
|
||||||
|
|
||||||
|
@ -45,7 +36,7 @@ RIP
|
||||||
- drop RIPv1 (Historic protocol)?
|
- drop RIPv1 (Historic protocol)?
|
||||||
- Route Tag
|
- Route Tag
|
||||||
- limit routing table xfer (frequency, only to neighbors)
|
- limit routing table xfer (frequency, only to neighbors)
|
||||||
- multicast on/off
|
- multicast on/off (per interface)
|
||||||
- remember routes for all neighbors?
|
- remember routes for all neighbors?
|
||||||
|
|
||||||
OSPF
|
OSPF
|
||||||
|
|
Loading…
Reference in a new issue