Re: mynetworks hash tables

2010-05-04 Thread qiuyingbo
- 原文 - 发件人: Noel Jones 主 题: Re: mynetworks hash tables时 间: 2010年5月4日 05时58分54秒On 5/3/2010 4:30 PM, Gary Smith wrote:>>> 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

Re: mynetworks hash tables

2010-05-04 Thread mouss
Noel Jones a écrit : > On 5/3/2010 4:30 PM, Gary Smith wrote: 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 >> >> It was meant to read "singleton IP's (not CIDR's)". I need to do a >> little more pr

Re: mynetworks hash tables

2010-05-03 Thread Noel Jones
On 5/3/2010 4:30 PM, Gary Smith wrote: 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 It was meant to read "singleton IP's (not CIDR's)". I need to do a little more proof reading before sending out these things.

RE: mynetworks hash tables

2010-05-03 Thread Gary Smith
> > 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 It was meant to read "singleton IP's (not CIDR's)". I need to do a little more proof reading before sending out these things. > > i.e. would this be acceptable

Re: mynetworks hash tables

2010-05-03 Thread mouss
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 m

RE: mynetworks hash tables

2010-05-03 Thread Gary Smith
> Sure, this is an improvement over what you had, but it seems strange > to me that mynetworks would be changing frequently. Perhaps SASL AUTH > is a better solution overall? They don't change very often. Most of the time the problem is when adding new servers to the mix and old config files are

Re: mynetworks hash tables

2010-05-03 Thread /dev/rob0
On Mon, May 03, 2010 at 07:51:30AM -0700, Gary Smith wrote: > 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). My understanding is > this is just a verification table, so a long as it exists (i.e. > returns any value) it's consider

mynetworks hash tables

2010-05-03 Thread Gary Smith
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). 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