diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-02-22 20:19:04 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2007-02-22 20:19:04 +0000 |
commit | ea939d07c84d2a8e51215458063fc05e9c399290 (patch) | |
tree | 1c2a002f6797c36fd0cc6bf151d696fd262ea95c /programs/pluto/vendor.h | |
parent | aaa0331ecf95ced1e913ac9be50168cf0e7cbb82 (diff) | |
download | vyos-strongswan-ea939d07c84d2a8e51215458063fc05e9c399290.tar.gz vyos-strongswan-ea939d07c84d2a8e51215458063fc05e9c399290.zip |
[svn-upgrade] Integrating new upstream version, strongswan (2.8.3)
Diffstat (limited to 'programs/pluto/vendor.h')
-rw-r--r-- | programs/pluto/vendor.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/programs/pluto/vendor.h b/programs/pluto/vendor.h index 2649c5b2f..69d98cd38 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.40 2007/01/20 18:01:13 as Exp $ + * RCSID $Id: vendor.h,v 1.41 2007/02/21 14:20:25 as Exp $ */ #ifndef _VENDOR_H_ @@ -83,6 +83,7 @@ enum known_vendorid { VID_STRONGSWAN_2_7_3 = 62, VID_STRONGSWAN_2_8_0 = 63, VID_STRONGSWAN_2_8_1 = 64, + VID_STRONGSWAN_2_8_2 = 65, VID_STRONGSWAN_4_0_0 = 70, VID_STRONGSWAN_4_0_1 = 71, |