From: Justin Cormack <jus...@myriabit.com> Date: Wed, 06 May 2015 16:56:15 +0100
> 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 <jus...@netbsd.org> The correct format of a signoff is "Signed-off-by: " The exact format is important because scripts, GIT tools, and web applications parse these tags. Also please format your commit message to ~80 columns. Please fix this up and resubmit, thanks. -- To unsubscribe from this list: send the line "unsubscribe netdev" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html