X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=vlandev.c;h=7b2038e93019b5f89207591c64c88b3721fffbc5;hp=36a5c63204935d70de66054f0092c7bc7eb23666;hb=500779b3750d8a7603401128f6eb4e942e684616;hpb=59217785704fca27d2c7a19e279d27c384a452cd diff --git a/vlandev.c b/vlandev.c index 36a5c63..7b2038e 100644 --- a/vlandev.c +++ b/vlandev.c @@ -246,6 +246,7 @@ vlandev_create(const char *name, struct blob_attr *attr) const struct device_type vlandev_device_type = { .name = "VLANDEV", .config_params = &vlandev_attr_list, + .keep_link_status = true, .create = vlandev_create, .config_init = vlandev_config_init,