summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/config.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.c b/src/config.c
index a392af7..4cde431 100644
--- a/src/config.c
+++ b/src/config.c
@@ -285,6 +285,7 @@ int config_parse_interface(void *data, size_t len, const char *name, bool overwr
strncpy(iface->name, name, sizeof(iface->name) - 1);
list_add(&iface->head, &interfaces);
+ overwrite = true;
}
const char *ifname = NULL;