summaryrefslogtreecommitdiffstats
path: root/sys/net/pfkeyv2.h
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2001-08-06 19:40:01 +0000
committerume <ume@FreeBSD.org>2001-08-06 19:40:01 +0000
commit840f9b9d5fc440f8dec5a341213f2ecc386d9398 (patch)
treec3f8e1b3989c0a4c9e985039e3d5a549e895d1e9 /sys/net/pfkeyv2.h
parent08fac6b9992aa1d3fb69868cd8d167714c91cfc5 (diff)
downloadFreeBSD-src-840f9b9d5fc440f8dec5a341213f2ecc386d9398.zip
FreeBSD-src-840f9b9d5fc440f8dec5a341213f2ecc386d9398.tar.gz
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
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r--sys/net/pfkeyv2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h
index f1c22ad..1c1952c 100644
--- a/sys/net/pfkeyv2.h
+++ b/sys/net/pfkeyv2.h
@@ -1,5 +1,5 @@
/* $FreeBSD$ */
-/* $KAME: pfkeyv2.h,v 1.25 2001/03/12 08:34:06 itojun Exp $ */
+/* $KAME: pfkeyv2.h,v 1.26 2001/06/27 10:49:49 sakane Exp $ */
/*
* Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
@@ -213,7 +213,7 @@ struct sadb_x_sa2 {
u_int8_t sadb_x_sa2_mode;
u_int8_t sadb_x_sa2_reserved1;
u_int16_t sadb_x_sa2_reserved2;
- u_int32_t sadb_x_sa2_reserved3;
+ u_int32_t sadb_x_sa2_sequence;
u_int32_t sadb_x_sa2_reqid;
};
OpenPOWER on IntegriCloud