Re: [PATCH] vlan: translate IF_OPER_DORMANT to netif_dormant_on()

2006-01-20 Thread David S. Miller
From: Stefan Rompf <[EMAIL PROTECTED]> Date: Thu, 8 Dec 2005 00:19:56 +0100 > 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 bot

[PATCH] vlan: translate IF_OPER_DORMANT to netif_dormant_on()

2005-12-07 Thread Stefan Rompf
Hi David, 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. P