From: Andreas Steffen Date: Mon, 31 May 2010 14:46:47 +0000 (+0200) Subject: added unity_def_domain keyword tip ipsec pool X-Git-Tag: 4.4.1~199 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=185d8b73356040b85d882362d707e2eb1bfa2386;p=thirdparty%2Fstrongswan.git added unity_def_domain keyword tip ipsec pool --- diff --git a/src/libhydra/plugins/attr_sql/pool_attributes.c b/src/libhydra/plugins/attr_sql/pool_attributes.c index 5d8aa0aa1b..93c8c5b39f 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 },