diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-03 11:34:44 +0000 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2007-08-03 11:34:44 +0000 |
commit | dfcdae033585a9686de392e7a30566ebda06bd0e (patch) | |
tree | 5a36a76f66ef956eb568148bd60d0199775450c9 | |
parent | a263d322a1f7870e534252f8d35a1485e6b40809 (diff) | |
download | strongswan-dfcdae033585a9686de392e7a30566ebda06bd0e.tar.bz2 strongswan-dfcdae033585a9686de392e7a30566ebda06bd0e.tar.xz |
recognize strongswan-2.8.7 VID
-rw-r--r-- | src/pluto/vendor.c | 1 | ||||
-rw-r--r-- | src/pluto/vendor.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index b484891af..705c81513 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -220,6 +220,7 @@ static struct vid_struct _vid_tab[] = { DEC_MD5_VID(STRONGSWAN_4_0_1, "strongSwan 4.0.1") DEC_MD5_VID(STRONGSWAN_4_0_0, "strongSwan 4.0.0") + DEC_MD5_VID(STRONGSWAN_2_8_7, "strongSwan 2.8.7") DEC_MD5_VID(STRONGSWAN_2_8_6, "strongSwan 2.8.6") DEC_MD5_VID(STRONGSWAN_2_8_5, "strongSwan 2.8.5") DEC_MD5_VID(STRONGSWAN_2_8_4, "strongSwan 2.8.4") diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h index 164fc6615..34f9de987 100644 --- a/src/pluto/vendor.h +++ b/src/pluto/vendor.h @@ -91,6 +91,7 @@ enum known_vendorid { VID_STRONGSWAN_2_8_4 = 69, VID_STRONGSWAN_2_8_5 = 70, VID_STRONGSWAN_2_8_6 = 71, + VID_STRONGSWAN_2_8_7 = 72, VID_STRONGSWAN_4_0_0 = 80, VID_STRONGSWAN_4_0_1 = 81, |