On Tue, 22 Nov 2016 11:59:13 +0100 Michael Braun <michael-...@fami-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 <ste...@gmail.com> > > Signed-off-by: Michael Braun <michael-...@fami-braun.de> Applied, and queued for next push