From b5082083392224eca4c46abde908ab0e4210510c Mon Sep 17 00:00:00 2001 From: Justin Cormack Date: Mon, 11 May 2015 20:00:10 +0100 Subject: [PATCH] macvtap add missing ioctls - fix wrapping The macvtap driver tries to emulate all the ioctls supported by a normal tun/tap driver, however it was missing the generic SIOCGIFHWADDR and SIOCSIFHWADDR ioctls to get and set the mac address that are supported by tun/tap. This patch adds these. Signed-off-by: Justin Cormack Signed-off-by: David S. Miller --- Reading git-format-patch failed