diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-08-23 20:22:30 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-08-23 20:22:30 +0000 |
commit | 0b5d496ea2fd532dcf5e5b6b804a7db32f488364 (patch) | |
tree | a0a47d9ae70ef4e1b364cac4b9d4d9c84986bd63 /programs/pluto/vendor.h | |
parent | 360796fdebe9389dbf74cc93775e71fc57cb8907 (diff) | |
download | vyos-strongswan-0b5d496ea2fd532dcf5e5b6b804a7db32f488364.tar.gz vyos-strongswan-0b5d496ea2fd532dcf5e5b6b804a7db32f488364.zip |
Load /tmp/tmp.beAMfG4063/strongswan-2.7.3 into
branches/source-dist/debian/strongswan.
Diffstat (limited to 'programs/pluto/vendor.h')
-rw-r--r-- | programs/pluto/vendor.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/programs/pluto/vendor.h b/programs/pluto/vendor.h index e0c3a5f30..c4ed6d294 100644 --- a/programs/pluto/vendor.h +++ b/programs/pluto/vendor.h @@ -11,7 +11,7 @@ * or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License * for more details. * - * RCSID $Id: vendor.h,v 1.33 2006/06/04 09:42:35 as Exp $ + * RCSID $Id: vendor.h,v 1.34 2006/07/06 12:32:41 as Exp $ */ #ifndef _VENDOR_H_ @@ -78,9 +78,11 @@ enum known_vendorid { VID_STRONGSWAN_2_6_4 = 57, VID_STRONGSWAN_2_7_0 = 58, VID_STRONGSWAN_2_7_1 = 59, + VID_STRONGSWAN_2_7_2 = 60, VID_STRONGSWAN_4_0_0 = 70, VID_STRONGSWAN_4_0_1 = 71, + VID_STRONGSWAN_4_0_2 = 72, /* 101 - 200 : NAT-Traversal */ VID_NATT_STENBERG_01 =101, |