getdata: increase max number of shared networks
[debian/dhcpd-pools.git] / src / defaults.h
index 3115751..c34e4be 100644 (file)
 static const int MAXLEN = 1024;
 
 /* Total number of characters in all shared network names */
-static const int SHARED_NETWORKS_NAMES = 24576;
+static const int SHARED_NETWORKS_NAMES = 65536;
 
 /* Maximum number of shared networks */
-static const int SHARED_NETWORKS = 1024;
+static const int SHARED_NETWORKS = 8192;
 
 /* Maximum number of ranges */
 static const unsigned int RANGES = 65536;