macvlan: fix missing reference to device_attr_list
authorGioacchino Mazzurco <gmazzurco89@gmail.com>
Wed, 28 May 2014 20:44:21 +0000 (22:44 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Wed, 28 May 2014 21:30:16 +0000 (23:30 +0200)
commit247f42d1907dbb16033dcb9a28548c4591af9d67
treec0241fd9186a364948ab11654ff243382820c569
parent3d42c9150e65799fa61778a1bfc1dda060dff847
macvlan: fix missing reference to device_attr_list

At moment macvlan devices ignore options inherited as device like mtu.

Thanks to suggestions provided by Felix i have done this patch that fix this
iussue by adding the missing reference to device_attr_list in
macvlan_attr_list

Signed-off-by: Gioacchino Mazzurco <gmazzurco89@gmail.com>
macvlan.c