X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=macvlan.c;h=021d3944fb1ccbee81d9f141539a39d1a47ab258;hb=4f4a8c0895cec56df2141df526a1ee87fdb94a2b;hp=01a48cd9e97488bfab176ee4777e690457a553a7;hpb=92889eca62fcd5b72d7c54101c35ff6d6d477c40;p=project%2Fnetifd.git diff --git a/macvlan.c b/macvlan.c index 01a48cd..021d394 100644 --- a/macvlan.c +++ b/macvlan.c @@ -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,