diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-24 22:56:03 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 1999-02-24 22:56:03 +0000 |
commit | f2bb35389f8448ea5aa270a5a7324e7980287005 (patch) | |
tree | dfb8991acdd994e5338347d28da47bca7a474f6c /sbin/route/route.c | |
parent | c3043a540a08aa456489eb35fc95d0c34257d27e (diff) |
Grok PF_KEY.
Diffstat (limited to 'sbin/route/route.c')
-rw-r--r-- | sbin/route/route.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/route/route.c b/sbin/route/route.c index 584311737ee..c61b0127393 100644 --- a/sbin/route/route.c +++ b/sbin/route/route.c @@ -1,4 +1,4 @@ -/* $OpenBSD: route.c,v 1.29 1999/01/08 00:38:30 deraadt Exp $ */ +/* $OpenBSD: route.c,v 1.30 1999/02/24 22:56:01 angelos Exp $ */ /* $NetBSD: route.c,v 1.16 1996/04/15 18:27:05 cgd Exp $ */ /* @@ -44,7 +44,7 @@ static char copyright[] = #if 0 static char sccsid[] = "@(#)route.c 8.3 (Berkeley) 3/19/94"; #else -static char rcsid[] = "$OpenBSD: route.c,v 1.29 1999/01/08 00:38:30 deraadt Exp $"; +static char rcsid[] = "$OpenBSD: route.c,v 1.30 1999/02/24 22:56:01 angelos Exp $"; #endif #endif /* not lint */ @@ -258,7 +258,7 @@ flushroutes(argc, argv) af = AF_ISO; break; case K_ENCAP: - af = AF_ENCAP; + af = PF_KEY; break; case K_X25: af = AF_CCITT; |