]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
RAdv: Fix typo
authorOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 9 Aug 2017 10:41:44 +0000 (12:41 +0200)
committerOndrej Zajicek (work) <santiago@crfreenet.org>
Wed, 9 Aug 2017 10:41:44 +0000 (12:41 +0200)
proto/radv/radv.c

index 4ea1f5c2ded1822d71372c3de41eb81e8e837afd..91f9853d0d4fab4cce78c256f0331dd8018c1e50 100644 (file)
@@ -167,7 +167,7 @@ radv_iface_new(struct radv_proto *p, struct iface *iface, struct radv_iface_conf
   ifa->addr = find_lladdr(iface);
   if (!ifa->addr)
   {
-    log(L_ERR "%s: Cannot find link-locad addr on interface %s", p->p.name, iface->name);
+    log(L_ERR "%s: Missing link-local address on interface %s", p->p.name, iface->name);
     return;
   }