From d15d1cc4f397cabbdcf84a4a18a8fb7e582864db Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Wed, 4 Apr 2007 05:25:06 +0000 Subject: [PATCH] recognize strongSwan 2.8.4 VID --- src/pluto/vendor.c | 1 + src/pluto/vendor.h | 1 + 2 files changed, 2 insertions(+) diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index b8902158e..e888d5e16 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -216,6 +216,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_4, "strongSwan 2.8.4") DEC_MD5_VID(STRONGSWAN_2_8_3, "strongSwan 2.8.3") DEC_MD5_VID(STRONGSWAN_2_8_2, "strongSwan 2.8.2") DEC_MD5_VID(STRONGSWAN_2_8_1, "strongSwan 2.8.1") diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h index fa602aef8..8e0444f4d 100644 --- a/src/pluto/vendor.h +++ b/src/pluto/vendor.h @@ -88,6 +88,7 @@ enum known_vendorid { VID_STRONGSWAN_2_8_1 = 66, VID_STRONGSWAN_2_8_2 = 67, VID_STRONGSWAN_2_8_3 = 68, + VID_STRONGSWAN_2_8_4 = 69, VID_STRONGSWAN_4_0_0 = 70, VID_STRONGSWAN_4_0_1 = 71,