From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [NET 04/05]: dev: secondary unicast address support Date: Wed, 27 Jun 2007 01:55:38 -0700 (PDT) Message-ID: <20070627.015538.119276504.davem@davemloft.net> References: <20070622122336.15215.95560.sendpatchset@localhost.localdomain> <20070627.012840.98863737.davem@davemloft.net> <46822011.3030406@trash.net> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: netdev@vger.kernel.org To: kaber@trash.net Return-path: Received: from 74-93-104-97-Washington.hfc.comcastbusiness.net ([74.93.104.97]:48932 "EHLO sunset.davemloft.net" rhost-flags-OK-FAIL-OK-OK) by vger.kernel.org with ESMTP id S1751120AbXF0IzT (ORCPT ); Wed, 27 Jun 2007 04:55:19 -0400 In-Reply-To: <46822011.3030406@trash.net> Sender: netdev-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Patrick McHardy Date: Wed, 27 Jun 2007 10:30:09 +0200 > David Miller wrote: > > From: Patrick McHardy > > Date: Fri, 22 Jun 2007 14:24:12 +0200 (MEST) > > > > > >>[NET]: dev: secondary unicast address support > >> > >>Add support for configuring secondary unicast addresses on network > >>devices. To support this devices capable of filtering multiple > >>unicast addresses need to change their set_multicast_list function > >>to configure unicast filters as well and assign it to dev->set_rx_mode > >>instead of dev->set_multicast_list. Other devices are put into promiscous > >>mode when secondary unicast addresses are present. > >> > >>Signed-off-by: Patrick McHardy > > > > > > Also applied, thanks for doing this work Patrick. > > > Thanks. Please hold off on the MACVLAN patch, I want to convert it > to use this stuff before adding it. Ok.