-/* $OpenBSD: ndp.c,v 1.108 2023/04/04 21:18:04 bluhm Exp $ */
+/* $OpenBSD: ndp.c,v 1.109 2023/04/05 13:56:41 bluhm Exp $ */
/* $KAME: ndp.c,v 1.101 2002/07/17 08:46:33 itojun Exp $ */
/*
if ((rtm->rtm_flags & RTF_GATEWAY) == 0)
goto delete;
}
- /*
- * IPv4 arp command retries with sin_other = SIN_PROXY here.
- */
- warnx("delete: cannot locate %s", host);
- return 1;
}
+ /*
+ * IPv4 arp command retries with sin_other = SIN_PROXY here.
+ */
+ warnx("delete: cannot locate %s", host);
+ return 1;
+
delete:
if (sdl->sdl_family != AF_LINK) {
printf("cannot locate %s\n", host);