commit | ddd7bf9fe4e59afc0a041378f82b6e1aa88f714b | [log] [tgz] |
---|---|---|
author | Stefan Rompf <stefan@loplof.de> | Mon Mar 20 17:11:41 2006 -0800 |
committer | David S. Miller <davem@davemloft.net> | Mon Mar 20 17:11:41 2006 -0800 |
tree | 98764adba1bae7d128d2e7db7d9fc1e2fe5826d8 | |
parent | b00055aacdb172c05067612278ba27265fcd05ce [diff] |
[VLAN]: translate IF_OPER_DORMANT to netif_dormant_on() this patch adds support to the VLAN driver to translate IF_OPER_DORMANT of the underlying device to netif_dormant_on(). Beside clean state forwarding, this allows running independant userspace supplicants on both the real device and the stacked VLAN. It depends on my RFC2863 patch. Signed-off-by: Stefan Rompf <stefan@loplof.de> Signed-off-by: David S. Miller <davem@davemloft.net>