Index: route.c =================================================================== RCS file: /cvs/src/sys/net/route.c,v retrieving revision 1.360 diff -u -p -r1.360 route.c --- route.c 24 Jul 2017 09:20:32 -0000 1.360 +++ route.c 7 Aug 2017 05:57:20 -0000 @@ -533,7 +533,7 @@ rtredirect(struct sockaddr *dst, struct rtfree(rt); rt = NULL; - rt = rtable_lookup(rdomain, dst, NULL, NULL, RTP_ANY); + rt = rtable_match(rdomain, dst, NULL); /* * If the redirect isn't from our current router for this dst, * it's either old or wrong. If it redirects us to ourselves,