summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--nest/iface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/nest/iface.c b/nest/iface.c
index a23cdf4f..addb1363 100644
--- a/nest/iface.c
+++ b/nest/iface.c
@@ -142,7 +142,7 @@ ifa_send_notify(struct proto *p, unsigned c, struct ifa *a)
{
if (p->debug & D_IFACES)
log(L_TRACE "%s < %s address %I/%d on interface %s %s",
- p->name, (a->flags & IA_PRIMARY) ? "primary" : "secondary",
+ p->name, (a->flags & IA_PRIMARY) ? "primary" : "non-primary",
a->prefix, a->pxlen, a->iface->name,
(c & IF_CHANGE_UP) ? "added" : "removed");
p->ifa_notify(p, c, a);