diff options
author | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-31 16:46:47 +0200 |
---|---|---|
committer | Andreas Steffen <andreas.steffen@strongswan.org> | 2010-05-31 16:47:06 +0200 |
commit | 185d8b73356040b85d882362d707e2eb1bfa2386 (patch) | |
tree | 23ad5a1e00abe7fd75f323db5b78ac7ba4c6fd35 /src/libhydra/plugins/attr_sql | |
parent | 80b5661a9b89424f20bec0f36dbbffd219c81d5e (diff) | |
download | strongswan-185d8b73356040b85d882362d707e2eb1bfa2386.tar.bz2 strongswan-185d8b73356040b85d882362d707e2eb1bfa2386.tar.xz |
added unity_def_domain keyword tip ipsec pool
Diffstat (limited to 'src/libhydra/plugins/attr_sql')
-rw-r--r-- | src/libhydra/plugins/attr_sql/pool_attributes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libhydra/plugins/attr_sql/pool_attributes.c b/src/libhydra/plugins/attr_sql/pool_attributes.c index 5d8aa0aa1..93c8c5b39 100644 --- a/src/libhydra/plugins/attr_sql/pool_attributes.c +++ b/src/libhydra/plugins/attr_sql/pool_attributes.c @@ -68,6 +68,7 @@ static const attr_info_t attr_info[] = { { "version", VALUE_STRING, APPLICATION_VERSION, 0 }, { "unity_banner", VALUE_STRING, UNITY_BANNER, 0 }, { "banner", VALUE_STRING, UNITY_BANNER, 0 }, + { "unity_def_domain", VALUE_STRING, UNITY_DEF_DOMAIN, 0 }, { "unity_splitdns_name", VALUE_STRING, UNITY_SPLITDNS_NAME, 0 }, { "unity_split_include", VALUE_SUBNET, UNITY_SPLIT_INCLUDE, 0 }, { "unity_local_lan", VALUE_SUBNET, UNITY_LOCAL_LAN, 0 }, |