1main code
2---------
3Add netlink based API?
4we 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
6RH initscripts for setting up bridge interfaces automatically
7bridge ID change notifications
8
9move the spanning tree code to userspace
10to be MLT (Nortel Multi Link Trunking) compatible: send bpdu's on all
11  interfaces in the bonding bundle
12
13faster switch to forward mode
14  per-port STP disabling
15  'fast start': listening->learning->forwarding in 2*hello instead of 2*fd
16
17enslaved devs same MAC (like tap), then one changes
18
19managerial
20----------
21improve documentation..
22
23netfilter patch
24---------------
25sync MAC addresses DNAT/SNAT
26make src mac substitution configurable
27br_nf_pre_routing: ip_route_output -> output_key
28check: don't send unreachables
29stp state delay
30kernel panic on REDIRECT on bridge device w/o IP address
31