aboutsummaryrefslogtreecommitdiffstats
path: root/src/pluto/modecfg.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2009-04-15 18:12:01 +0000
committerAndreas Steffen <andreas.steffen@strongswan.org>2009-04-15 18:12:01 +0000
commitcb163ed52af2b92f72cf4b55b82eccf2c804de53 (patch)
tree3293ae133ad414d31cf1bb9cbf8af71e74a947b8 /src/pluto/modecfg.c
parent1e7afed657317c38af2bbedef4c1519579b59091 (diff)
downloadstrongswan-cb163ed52af2b92f72cf4b55b82eccf2c804de53.tar.bz2
strongswan-cb163ed52af2b92f72cf4b55b82eccf2c804de53.tar.xz
INTERNAL_IP6_DNS and INTERNAL_IP6_NBNS options are now fully supported
Diffstat (limited to 'src/pluto/modecfg.c')
-rw-r--r--src/pluto/modecfg.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pluto/modecfg.c b/src/pluto/modecfg.c
index e177f9add..be7e51bc8 100644
--- a/src/pluto/modecfg.c
+++ b/src/pluto/modecfg.c
@@ -51,6 +51,8 @@
| LELEM(INTERNAL_IP4_DNS) \
| LELEM(INTERNAL_IP4_NBNS) \
| LELEM(APPLICATION_VERSION) \
+ | LELEM(INTERNAL_IP6_DNS) \
+ | LELEM(INTERNAL_IP6_NBNS) \
)
#define SUPPORTED_UNITY_ATTR_SET ( LELEM(UNITY_BANNER - UNITY_BASE) )