summaryrefslogtreecommitdiff
path: root/config.c
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2013-10-17 16:49:23 +0200
committerSteven Barth <steven@midlink.org>2013-10-17 16:49:23 +0200
commit266d92dd83bd5bfe520f3e2838794bf9bb827c07 (patch)
treea448f29345b00f855a5a194e98e965e96afcb1cf /config.c
parent45e9c1a9a4df8580a9c1117c225d5e9ec73694c4 (diff)
downloadnetifd-266d92dd83bd5bfe520f3e2838794bf9bb827c07.tar.gz
Add ubus function to create nested interfaces
Diffstat (limited to 'config.c')
-rw-r--r--config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.c b/config.c
index 682db54..f589a4b 100644
--- a/config.c
+++ b/config.c
@@ -75,7 +75,7 @@ config_parse_interface(struct uci_section *s, bool alias)
if (!iface)
return;
- interface_init(iface, s->e.name, b.head);
+ interface_init(iface, s->e.name, b.head, false);
if (iface->proto_handler && iface->proto_handler->config_params)
uci_to_blob(&b, s, iface->proto_handler->config_params);