aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Hemminger <stephen@networkplumber.org>2020-06-23 10:06:37 -0700
committerStephen Hemminger <stephen@networkplumber.org>2020-06-23 10:06:37 -0700
commitee2cac068f05e2abc1427f7dd59d091cc58dd381 (patch)
tree83e55fb7b69305d0593edd059ce3dff6d1ab86d4
parent42c1aefc303fdf891fbb099ea51f00dca83ab606 (diff)
downloadbridge-utils-ee2cac068f05e2abc1427f7dd59d091cc58dd381.tar.gz
Remove out of date TODO
The TODO is over 10 years old, and is irrelevant at this point.
-rw-r--r--TODO30
1 files changed, 0 insertions, 30 deletions
diff --git a/TODO b/TODO
deleted file mode 100644
index 4784984..0000000
--- a/TODO
+++ /dev/null
@@ -1,30 +0,0 @@
-main code
----------
-Add netlink based API?
-we have a tiny deviation from IEEE 802.1d: we don't kill the awaiting-tx skb
- queue when a port leaves the FORWARDING state
-RH initscripts for setting up bridge interfaces automatically
-bridge ID change notifications
-
-move the spanning tree code to userspace
-to be MLT (Nortel Multi Link Trunking) compatible: send bpdu's on all
- interfaces in the bonding bundle
-
-faster switch to forward mode
- per-port STP disabling
- 'fast start': listening->learning->forwarding in 2*hello instead of 2*fd
-
-enslaved devs same MAC (like tap), then one changes
-
-managerial
-----------
-improve documentation..
-
-netfilter patch
----------------
-sync MAC addresses DNAT/SNAT
-make src mac substitution configurable
-br_nf_pre_routing: ip_route_output -> output_key
-check: don't send unreachables
-stp state delay
-kernel panic on REDIRECT on bridge device w/o IP address