diff options
Diffstat (limited to 'macvlan.c')
-rw-r--r-- | macvlan.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -254,7 +254,7 @@ macvlan_create(const char *name, struct device_type *devtype, } static struct device_type macvlan_device_type = { - .name = "MAC VLAN", + .name = "macvlan", .config_params = &macvlan_attr_list, .create = macvlan_create, .config_init = macvlan_config_init, |