diff options
-rw-r--r-- | src/pluto/vendor.c | 3 | ||||
-rw-r--r-- | src/pluto/vendor.h | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/pluto/vendor.c b/src/pluto/vendor.c index 086cb4dd7..b484891af 100644 --- a/src/pluto/vendor.c +++ b/src/pluto/vendor.c @@ -205,7 +205,8 @@ static struct vid_struct _vid_tab[] = { /* * strongSwan */ - DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.4") + DEC_MD5_VID(STRONGSWAN, "strongSwan 4.1.5") + DEC_MD5_VID(STRONGSWAN_4_1_4, "strongSwan 4.1.4") DEC_MD5_VID(STRONGSWAN_4_1_3, "strongSwan 4.1.3") DEC_MD5_VID(STRONGSWAN_4_1_2, "strongSwan 4.1.2") DEC_MD5_VID(STRONGSWAN_4_1_1, "strongSwan 4.1.1") diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h index 6c7eeafb3..164fc6615 100644 --- a/src/pluto/vendor.h +++ b/src/pluto/vendor.h @@ -104,6 +104,7 @@ enum known_vendorid { VID_STRONGSWAN_4_1_1 = 89, VID_STRONGSWAN_4_1_2 = 90, VID_STRONGSWAN_4_1_3 = 91, + VID_STRONGSWAN_4_1_4 = 92, /* 101 - 200 : NAT-Traversal */ VID_NATT_STENBERG_01 =101, |