lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Tue, 29 Nov 2016 12:42:27 -0800
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 v5] iproute2: macvlan: add "source" mode

On Tue, 22 Nov 2016 11:59:13 +0100
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>

Applied, and queued for next push

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ