From 82ad51f6760b35832492e3975f9f75cef475a516 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 12 Dec 2013 14:43:39 +0100 Subject: [PATCH 1/1] Set dynamic interface flag after adding them so the version is preserved --- ubus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubus.c b/ubus.c index 9bd5d8c..399d46b 100644 --- a/ubus.c +++ b/ubus.c @@ -140,7 +140,6 @@ netifd_add_dynamic(struct ubus_context *ctx, struct ubus_object *obj, if (!iface) return UBUS_STATUS_UNKNOWN_ERROR; - interface_set_dynamic(iface); iface->device_config = true; config = blob_memdup(msg); @@ -148,6 +147,7 @@ netifd_add_dynamic(struct ubus_context *ctx, struct ubus_object *obj, goto error; interface_add(iface, config); + interface_set_dynamic(iface); // need to look up the interface name again, in case of config update, iface = vlist_find(&interfaces, name, iface, node); -- 2.11.0