From e89da51340f13dff7e315c4bdb370ba37adfbb04 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 13 Sep 1999 22:33:52 +0000 Subject: enc0 not encap0 --- sys/net/route.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys') diff --git a/sys/net/route.c b/sys/net/route.c index d9ab2e1ed8f..6602c31f2fa 100644 --- a/sys/net/route.c +++ b/sys/net/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.14 1999/07/05 20:17:05 deraadt Exp $ */ +/* $OpenBSD: route.c,v 1.15 1999/09/13 22:33:51 niklas Exp $ */ /* $NetBSD: route.c,v 1.14 1996/02/13 22:00:46 christos Exp $ */ /* @@ -390,7 +390,7 @@ ifa_ifwithroute(flags, dst, gateway) * If the destination is a PF_KEY address, we'll look * for the existence of a encap interface number or address * in the options list of the gateway. By default, we'll return - * encap0. + * enc0. */ if (dst && (dst->sa_family == PF_KEY)) return encap_findgwifa(gateway); -- cgit v1.2.3