dnscrypto-proxy: Support files updated.
[tomato.git] / release / src / router / bridge / TODO
blob4784984ae11c33456f2724d4f4d202d463d6250a
1 main code
2 ---------
3 Add netlink based API?
4 we have a tiny deviation from IEEE 802.1d: we don't kill the awaiting-tx skb
5   queue when a port leaves the FORWARDING state
6 RH initscripts for setting up bridge interfaces automatically
7 bridge ID change notifications
9 move the spanning tree code to userspace
10 to be MLT (Nortel Multi Link Trunking) compatible: send bpdu's on all
11   interfaces in the bonding bundle
13 faster switch to forward mode
14   per-port STP disabling
15   'fast start': listening->learning->forwarding in 2*hello instead of 2*fd
17 enslaved devs same MAC (like tap), then one changes
19 managerial
20 ----------
21 improve documentation..
23 netfilter patch
24 ---------------
25 sync MAC addresses DNAT/SNAT
26 make src mac substitution configurable
27 br_nf_pre_routing: ip_route_output -> output_key
28 check: don't send unreachables
29 stp state delay
30 kernel panic on REDIRECT on bridge device w/o IP address