summaryrefslogtreecommitdiff
path: root/nest/iface.c
diff options
context:
space:
mode:
Diffstat (limited to 'nest/iface.c')
-rw-r--r--nest/iface.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/iface.c b/nest/iface.c
index d871ff33..eea3d3b1 100644
--- a/nest/iface.c
+++ b/nest/iface.c
@@ -306,6 +306,7 @@ if_update(struct iface *new)
new->addr = i->addr;
memcpy(&new->addrs, &i->addrs, sizeof(i->addrs));
memcpy(i, new, sizeof(*i));
+ i->flags &= ~IF_UP; /* IF_TMP_DOWN will be added later */
goto newif;
}