attr-sql: Add unity_split_exclude as alias for unity_local_lan

This commit is contained in:
Tobias Brunner 2013-07-08 17:19:56 +02:00
parent 4fdf1306eb
commit 43c912dc27
1 changed files with 1 additions and 0 deletions

View File

@ -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 },
};