summaryrefslogtreecommitdiffstats
path: root/nest
diff options
context:
space:
mode:
Diffstat (limited to 'nest')
-rw-r--r--nest/iface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/nest/iface.c b/nest/iface.c
index c585a53..16961bf 100644
--- a/nest/iface.c
+++ b/nest/iface.c
@@ -152,7 +152,9 @@ if_notify_change(unsigned c, struct iface *i)
}
DBG("Interface change notification (%x) for %s\n", c, i->name);
+#ifdef LOCAL_DEBUG
if_dump(i);
+#endif
if (c & IF_CHANGE_UP)
neigh_if_up(i);