Gary Smith a écrit : > I have a need to migrate some IP's from a static file to a hash file. These > are singleton IP's (hash CIDR's).
hash != cidr > My understanding is this is just a verification table, so a long as it > exists (i.e. returns any value) it's considered allows if there is a match. > Is this correct? > > i.e. would this be acceptable for this type of map? > 10.20.0.2 ok > 10.20.1.91 ok > ... > yes. but in this case, prefer cidr over hash. > We've found that some of the farm servers aren't updated with the proper > client IP's and reloading the service each time seems a little overkill, and > since we already have a process in place for dumping the other maps to the > servers every 5 minutes, I might as well just add it there. > > Gary-