Re: [MACVLAN 01/02]: Remove unnecessary IFF_UP check

2007-11-19 Thread David Miller
From: Patrick McHardy <[EMAIL PROTECTED]> Date: Thu, 15 Nov 2007 16:54:30 +0100 (MET) > [MACVLAN]: Remove unnecessary IFF_UP check > > Only devices that are UP are in the hash, so macvlan_broadcast() doesn't > need to check for IFF_UP. > > Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> Appl

[MACVLAN 01/02]: Remove unnecessary IFF_UP check

2007-11-15 Thread Patrick McHardy
[MACVLAN]: Remove unnecessary IFF_UP check Only devices that are UP are in the hash, so macvlan_broadcast() doesn't need to check for IFF_UP. Signed-off-by: Patrick McHardy <[EMAIL PROTECTED]> --- commit e2d06a34b52a999e8c539d1cdef51ff523e2f2c2 tree f95a5eef37c421950ddc7318797909c0031ee948 paren