From 43c912dc27740869e2a74afbb4862d131654bd82 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 8 Jul 2013 17:19:56 +0200 Subject: [PATCH] attr-sql: Add unity_split_exclude as alias for unity_local_lan --- 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 0b8f9342b..1d1ba8f58 100644 --- a/src/libhydra/plugins/attr_sql/pool_attributes.c +++ b/src/libhydra/plugins/attr_sql/pool_attributes.c @@ -75,6 +75,7 @@ static const attr_info_t attr_info[] = { { "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_split_exclude", VALUE_SUBNET, UNITY_LOCAL_LAN, 0 }, { "unity_local_lan", VALUE_SUBNET, UNITY_LOCAL_LAN, 0 }, };