diff options
Diffstat (limited to 'config.c')
-rw-r--r-- | config.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -102,7 +102,7 @@ config_parse_interface(struct uci_section *s, bool alias) uci_to_blob(&b, s, &interface_attr_list); - iface = interface_alloc(s->e.name, b.head); + iface = interface_alloc(s->e.name, b.head, false); if (!iface) return; |