[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20161012152727.22aab422@xeon-e3>
Date: Wed, 12 Oct 2016 15:27:27 -0700
From: Stephen Hemminger <stephen@...workplumber.org>
To: Michael Braun <michael-dev@...i-braun.de>
Cc: netdev@...r.kernel.org, projekt-wlan@....tu-ilmenau.de,
steweg@...il.com
Subject: Re: [PATCH v3] iproute2: macvlan: add "source" mode
On Sun, 25 Sep 2016 21:08:55 +0200
Michael Braun <michael-dev@...i-braun.de> wrote:
> Adjusting iproute2 utility to support new macvlan link type mode called
> "source".
>
> Example of commands that can be applied:
> ip link add link eth0 name macvlan0 type macvlan mode source
> ip link set link dev macvlan0 type macvlan macaddr add 00:11:11:11:11:11
> ip link set link dev macvlan0 type macvlan macaddr del 00:11:11:11:11:11
> ip link set link dev macvlan0 type macvlan macaddr flush
> ip -details link show dev macvlan0
>
> Based on previous work of Stefan Gula <steweg@...il.com>
>
> Signed-off-by: Michael Braun <michael-dev@...i-braun.de>
>
> Cc: steweg@...il.com
Applied.
Powered by blists - more mailing lists