[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <1365430604.3887.8.camel@edumazet-glaptop>
Date: Mon, 08 Apr 2013 07:16:44 -0700
From: Eric Dumazet <eric.dumazet@...il.com>
To: Rayagond K <rayagond@...avyalabs.com>
Cc: netdev <netdev@...r.kernel.org>
Subject: Re: how to test multipe unicast MAC address
On Mon, 2013-04-08 at 12:38 +0530, Rayagond K wrote:
> Hi All,
>
> How to assign multiple unicast MAC address to single interface ?
> How to test multiple unicast MAC address filtering ?
>
> Thanks in advance.
>
Standard way would be to use macvlan
ip link add link eth0 name foo02 addr 44:44:44:44:00:02 type macvlan
ip link add link eth0 name foo03 addr 44:44:44:44:00:03 type macvlan
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists