diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/pluto/vendor.c | 4 | ||||
-rw-r--r-- | src/pluto/vendor.h | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index 0fcf18666..567c9ea3a 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -196,8 +196,10 @@ static struct vid_struct _vid_tab[] = { /* * strongSwan */ - DEC_MD5_VID(STRONGSWAN, "strongSwan 4.3.1") + DEC_MD5_VID(STRONGSWAN, "strongSwan 4.3.2") + DEC_MD5_VID(STRONGSWAN_4_3_1, "strongSwan 4.3.1") DEC_MD5_VID(STRONGSWAN_4_3_0, "strongSwan 4.3.0") + DEC_MD5_VID(STRONGSWAN_4_2_15,"strongSwan 4.2.15") DEC_MD5_VID(STRONGSWAN_4_2_14,"strongSwan 4.2.14") DEC_MD5_VID(STRONGSWAN_4_2_13,"strongSwan 4.2.13") DEC_MD5_VID(STRONGSWAN_4_2_12,"strongSwan 4.2.12") diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h index 9ea5b7a11..164c1aa6d 100644 --- a/src/pluto/vendor.h +++ b/src/pluto/vendor.h @@ -129,7 +129,9 @@ enum known_vendorid { VID_STRONGSWAN_4_2_12 =112, VID_STRONGSWAN_4_2_13 =113, VID_STRONGSWAN_4_2_14 =114, - VID_STRONGSWAN_4_3_0 =115, + VID_STRONGSWAN_4_2_15 =115, + VID_STRONGSWAN_4_3_0 =116, + VID_STRONGSWAN_4_3_1 =117, /* 101 - 200 : NAT-Traversal */ VID_NATT_STENBERG_01 =151, |