Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/usr.bin/netstat report aes-ctr statistic counter by name



details:   https://anonhg.NetBSD.org/src/rev/b90511142db5
branches:  trunk
changeset: 765246:b90511142db5
user:      drochner <drochner%NetBSD.org@localhost>
date:      Mon May 23 14:29:55 2011 +0000

description:
report aes-ctr statistic counter by name

diffstat:

 usr.bin/netstat/fast_ipsec.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 66f93766cee7 -r b90511142db5 usr.bin/netstat/fast_ipsec.c
--- a/usr.bin/netstat/fast_ipsec.c      Mon May 23 13:57:52 2011 +0000
+++ b/usr.bin/netstat/fast_ipsec.c      Mon May 23 14:29:55 2011 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: fast_ipsec.c,v 1.14 2011/05/05 17:49:47 drochner Exp $ */
+/*     $NetBSD: fast_ipsec.c,v 1.15 2011/05/23 14:29:55 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.14 2011/05/05 17:49:47 drochner Exp $");
+__RCSID("$NetBSD: fast_ipsec.c,v 1.15 2011/05/23 14:29:55 drochner Exp $");
 #endif
 #endif /* not lint*/
 
@@ -127,6 +127,7 @@
        { SADB_X_EALG_BLOWFISHCBC, "blowfish-cbc", },
        { SADB_X_EALG_RIJNDAELCBC, "aes-cbc", },
        { SADB_X_EALG_CAMELLIACBC, "camellia-cbc", },
+       { SADB_X_EALG_AESCTR,   "aes-ctr", },
 };
 static const struct alg ipcompalgs[] = {
        { SADB_X_CALG_NONE,     "none", },



Home | Main Index | Thread Index | Old Index