Fix for Network equality - Code Review (original) (raw)
Ok going though this patch a little more to make sure I didnt miss anything and it conforms to the general consensus and I ran into a larger issue with the library. testHash is defined twice and when I renamed the second one to testHash1 so both were run and the first one defined fails because the ipv6 network and broadcast are equal.
So I reverted my patch so I was using the default ipaddr and the default tests and only made the change so both Hash tests ran and the test still failed, I dont know why or how to fix it