diff options
author | Steven Barth <steven@midlink.org> | 2013-10-17 16:49:23 +0200 |
---|---|---|
committer | Steven Barth <steven@midlink.org> | 2013-10-17 16:49:23 +0200 |
commit | 266d92dd83bd5bfe520f3e2838794bf9bb827c07 (patch) | |
tree | a448f29345b00f855a5a194e98e965e96afcb1cf /config.c | |
parent | 45e9c1a9a4df8580a9c1117c225d5e9ec73694c4 (diff) |
Add ubus function to create nested interfaces
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |