aboutsummaryrefslogtreecommitdiffstats
path: root/src/charon/encoding/payloads/configuration_attribute.h
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-01-20 22:55:13 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-01-20 22:55:13 +0000
commit7d13e08dc4cc76dcb28884187ff74dfa007fcc25 (patch)
tree1ef6e59532a474fe8448c43b3b771f2776db2539 /src/charon/encoding/payloads/configuration_attribute.h
parentae1ae574dda433d81fe97ae3c7410785ceaff1cf (diff)
downloadstrongswan-4.2.11.tar.bz2
strongswan-4.2.11.tar.xz
added two Microsoft proprietary configuration attribute types4.2.11
Diffstat (limited to 'src/charon/encoding/payloads/configuration_attribute.h')
-rw-r--r--src/charon/encoding/payloads/configuration_attribute.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/charon/encoding/payloads/configuration_attribute.h b/src/charon/encoding/payloads/configuration_attribute.h
index 151237360..9d364e7b6 100644
--- a/src/charon/encoding/payloads/configuration_attribute.h
+++ b/src/charon/encoding/payloads/configuration_attribute.h
@@ -53,7 +53,10 @@ enum configuration_attribute_type_t {
INTERNAL_IP6_DHCP = 12,
INTERNAL_IP4_SUBNET = 13,
SUPPORTED_ATTRIBUTES = 14,
- INTERNAL_IP6_SUBNET = 15
+ INTERNAL_IP6_SUBNET = 15,
+ /* proprietary Microsoft attributes */
+ INTERNAL_IP4_SERVER = 23456,
+ INTERNAL_IP6_SERVER = 23457
};
/**