diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-12 19:44:55 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2009-10-12 19:45:12 +0200 |
commit | 88eb0a42350f65befdbfb6454d72976a6befe9a7 (patch) | |
tree | 21e8cb2f7b20a1a5fa4ff1d406c832c928a40189 /src/charon/encoding/payloads/configuration_attribute.h | |
parent | 073e7dc062a1e99037809023c77c46bc4dc706b4 (diff) | |
download | strongswan-88eb0a42350f65befdbfb6454d72976a6befe9a7.tar.bz2 strongswan-88eb0a42350f65befdbfb6454d72976a6befe9a7.tar.xz |
INTERNAL_IP6_NETMASK needed for ModeConfig
Diffstat (limited to 'src/charon/encoding/payloads/configuration_attribute.h')
-rw-r--r-- | src/charon/encoding/payloads/configuration_attribute.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/charon/encoding/payloads/configuration_attribute.h b/src/charon/encoding/payloads/configuration_attribute.h index 376fb4be6..f4201130b 100644 --- a/src/charon/encoding/payloads/configuration_attribute.h +++ b/src/charon/encoding/payloads/configuration_attribute.h @@ -46,6 +46,7 @@ enum configuration_attribute_type_t { INTERNAL_IP4_DHCP = 6, APPLICATION_VERSION = 7, INTERNAL_IP6_ADDRESS = 8, + INTERNAL_IP6_NETMASK = 9, INTERNAL_IP6_DNS = 10, INTERNAL_IP6_NBNS = 11, INTERNAL_IP6_DHCP = 12, |