Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.bin/netstat decode camellia-cbc in stats histogram
details: https://anonhg.NetBSD.org/src/rev/060eb54eec3e
branches: trunk
changeset: 764816:060eb54eec3e
user: drochner <drochner%NetBSD.org@localhost>
date: Thu May 05 17:49:47 2011 +0000
description:
decode camellia-cbc in stats histogram
diffstat:
usr.bin/netstat/fast_ipsec.c | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (26 lines):
diff -r fdf18ead09d9 -r 060eb54eec3e usr.bin/netstat/fast_ipsec.c
--- a/usr.bin/netstat/fast_ipsec.c Thu May 05 17:48:29 2011 +0000
+++ b/usr.bin/netstat/fast_ipsec.c Thu May 05 17:49:47 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fast_ipsec.c,v 1.13 2011/04/19 18:34:39 drochner Exp $ */
+/* $NetBSD: fast_ipsec.c,v 1.14 2011/05/05 17:49:47 drochner Exp $ */
/* $FreeBSD: src/tools/tools/crypto/ipsecstats.c,v 1.1.4.1 2003/06/03 00:13:13 sam Exp $ */
/*-
@@ -33,7 +33,7 @@
#include <sys/cdefs.h>
#ifndef lint
#ifdef __NetBSD__
-__RCSID("$NetBSD: fast_ipsec.c,v 1.13 2011/04/19 18:34:39 drochner Exp $");
+__RCSID("$NetBSD: fast_ipsec.c,v 1.14 2011/05/05 17:49:47 drochner Exp $");
#endif
#endif /* not lint*/
@@ -126,6 +126,7 @@
{ SADB_X_EALG_CAST128CBC, "cast128-cbc", },
{ SADB_X_EALG_BLOWFISHCBC, "blowfish-cbc", },
{ SADB_X_EALG_RIJNDAELCBC, "aes-cbc", },
+ { SADB_X_EALG_CAMELLIACBC, "camellia-cbc", },
};
static const struct alg ipcompalgs[] = {
{ SADB_X_CALG_NONE, "none", },
Home |
Main Index |
Thread Index |
Old Index