X-Git-Url: http://git.asbjorn.biz/?p=debian%2Fdhcpd-pools.git;a=blobdiff_plain;f=src%2Fdefaults.h;fp=src%2Fdefaults.h;h=c34e4be6981d020fb72ed971a25dc5812b42f81b;hp=3115751a94b03d1edaed13a6864c6e672bebec5b;hb=5cbe8d07fb23db630e76d18022f20368312720ec;hpb=d75927df39c91108af603fd92dddf2393f87214e diff --git a/src/defaults.h b/src/defaults.h index 3115751..c34e4be 100644 --- a/src/defaults.h +++ b/src/defaults.h @@ -22,10 +22,10 @@ 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;