X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=tunnel.c;h=3fa3e2152ad1e63ed1e298684467cccc64ac6a69;hp=32f361342fe605586fd22cf6c9590edd62480643;hb=HEAD;hpb=92889eca62fcd5b72d7c54101c35ff6d6d477c40 diff --git a/tunnel.c b/tunnel.c index 32f3613..3fa3e21 100644 --- a/tunnel.c +++ b/tunnel.c @@ -90,7 +90,7 @@ tunnel_free(struct device *dev) } struct device_type tunnel_device_type = { - .name = "IP tunnel", + .name = "tunnel", .config_params = &tunnel_attr_list, .reload = tunnel_reload, .create = tunnel_create,