From owner-cvs-all Mon Aug 6 12:40: 8 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id CDAE837B405; Mon, 6 Aug 2001 12:40:01 -0700 (PDT) (envelope-from ume@FreeBSD.org) Received: (from ume@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f76Je1X81482; Mon, 6 Aug 2001 12:40:01 -0700 (PDT) (envelope-from ume) Message-Id: <200108061940.f76Je1X81482@freefall.freebsd.org> From: Hajimu UMEMOTO Date: Mon, 6 Aug 2001 12:40:01 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/lib/libipsec pfkey_dump.c src/sys/net pfkeyv2.h src/sys/netkey key.c key_debug.c src/usr.sbin/setkey scriptdump.pl X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ume 2001/08/06 12:40:01 PDT Modified files: lib/libipsec pfkey_dump.c sys/net pfkeyv2.h sys/netkey key.c key_debug.c usr.sbin/setkey scriptdump.pl Log: printed current sequence number of the SA. accordingly, changed into sadb_x_sa2_sequence from sadb_x_sa2_reserved3 in the sadb_x_sa2 structure. Also the output of setkey is changed. sequence number of the sadb is replaced to the end of the output. Obtained from: KAME Revision Changes Path 1.4 +10 -8 src/lib/libipsec/pfkey_dump.c 1.7 +3 -3 src/sys/net/pfkeyv2.h 1.29 +10 -7 src/sys/netkey/key.c 1.15 +5 -5 src/sys/netkey/key_debug.c 1.4 +3 -3 src/usr.sbin/setkey/scriptdump.pl To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message