From 3f88c1dc2f738bc50dfa47038fde2565daf84385 Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Wed, 23 Jul 2014 18:04:47 +0200 Subject: [PATCH] Make dynamic interfaces always autostart Signed-off-by: Steven Barth --- interface.c | 1 + 1 file changed, 1 insertion(+) diff --git a/interface.c b/interface.c index ea25208..4c92f10 100644 --- a/interface.c +++ b/interface.c @@ -709,6 +709,7 @@ interface_alloc(const char *name, struct blob_attr *config) void interface_set_dynamic(struct interface *iface) { iface->dynamic = true; + iface->autostart = true; iface->node.version = -1; // Don't delete on reload } -- 2.11.0