aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2007-01-09 23:20:13 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2007-01-09 23:20:13 +0000
commit4629a60463779571db28e67adb8cba3a19d2b9fc (patch)
tree665519dc72f3f1654a1cc90a082435ae8ec31f46
parentde04d7ef1a398716b0052c2e7a06870d8236473c (diff)
downloadstrongswan-4629a60463779571db28e67adb8cba3a19d2b9fc.tar.bz2
strongswan-4629a60463779571db28e67adb8cba3a19d2b9fc.tar.xz
fixed an enumeration error, added CISCO_IOS VID
-rw-r--r--src/pluto/vendor.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/pluto/vendor.h b/src/pluto/vendor.h
index 1ca7e0b2b..3da0af70c 100644
--- a/src/pluto/vendor.h
+++ b/src/pluto/vendor.h
@@ -45,7 +45,7 @@ enum known_vendorid {
VID_SSH_IPSEC_4_2_0 = 24,
VID_CISCO_UNITY = 25,
VID_CISCO3K = 26,
- VID_CISCO_IOS = 27,
+ VID_CISCO_IOS = 27,
VID_TIMESTEP = 28,
VID_SAFENET = 29,
VID_MACOSX = 30,
@@ -73,7 +73,7 @@ enum known_vendorid {
VID_STRONGSWAN_2_5_6 = 52,
VID_STRONGSWAN_2_5_7 = 53,
VID_STRONGSWAN_2_6_0 = 54,
- VID_STRONGSWAN_2_6_1 = 56,
+ VID_STRONGSWAN_2_6_1 = 55,
VID_STRONGSWAN_2_6_2 = 56,
VID_STRONGSWAN_2_6_3 = 57,
VID_STRONGSWAN_2_6_4 = 58,