[VLAN]: translate IF_OPER_DORMANT to netif_dormant_on()
authorStefan Rompf <stefan@loplof.de>
Tue, 21 Mar 2006 01:11:41 +0000 (17:11 -0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 21 Mar 2006 01:11:41 +0000 (17:11 -0800)
commitddd7bf9fe4e59afc0a041378f82b6e1aa88f714b
tree98764adba1bae7d128d2e7db7d9fc1e2fe5826d8
parentb00055aacdb172c05067612278ba27265fcd05ce
[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>
net/8021q/vlan.c