From 185d8b73356040b85d882362d707e2eb1bfa2386 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 31 May 2010 16:46:47 +0200 Subject: [PATCH] added unity_def_domain keyword tip ipsec pool --- src/libhydra/plugins/attr_sql/pool_attributes.c | 1 + 1 file changed, 1 insertion(+) 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 },