in reply to Re: Subnet Overlap (fixes)
in thread Subnet Overlap

Thanks for submitting your fixes. I don't quite understand all the code, so it will give me something to review and learn. Thanks again. -B

Replies are listed 'Best First'.
Re^3: Subnet Overlap (fixes)
by ikegami (Patriarch) on Aug 22, 2007 at 03:23 UTC
    The key tidbit is that the addresses are stored as a 4-byte string, which is why it's appropriate (and required) to use gt instead of > (etc).