summaryrefslogtreecommitdiff
path: root/sys/net
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net')
-rw-r--r--sys/net/route.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/route.c b/sys/net/route.c
index a253e5f5b42..9919b9e036a 100644
--- a/sys/net/route.c
+++ b/sys/net/route.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: route.c,v 1.342 2016/12/04 09:46:39 stsp Exp $ */
+/* $OpenBSD: route.c,v 1.343 2016/12/14 20:35:20 stsp Exp $ */
/* $NetBSD: route.c,v 1.14 1996/02/13 22:00:46 christos Exp $ */
/*
@@ -397,7 +397,7 @@ rt_setgwroute(struct rtentry *rt, u_int rtableid)
*/
if (ISSET(nhrt->rt_flags, RTF_CLONING|RTF_GATEWAY)) {
rtfree(nhrt);
- return (ELOOP);
+ return (ENETUNREACH);
}
/* Next hop is valid so remove possible old cache. */