lduchosal

Results 32 comments of lduchosal

.net6 bring netcore server to xamarin without modification...

Hello, Thanks for pointing this out. Looks like a bug and your proposal seems good. Can you check branch : fix/gethashcode ? I will merge this in a few. Best...

Nope. Does it refers to a specific RFC ? let mew know

Implemented as WildcardMask in 2.6.437+ https://en.wikipedia.org/wiki/Wildcard_mask

IPNetwork library sanitanize its input before trying to parse it as an IPNetwork. It removes invalid chars beforehand and returns the parsed IPNetwork. I would say, this is intended behaviour....

@RobThree thanks for your insight. I do agree with the least surprise principle. I will increment version number and add a note about this change of behaviour into the release...

TrySubstractNetwork is really slow, we need to find a fast algorithm to substract two big subnets.

Thanks for pointing this out. I'll have a look when time permits.

![substract](https://user-images.githubusercontent.com/1301292/91304388-b1ff2880-e7a9-11ea-9adb-09380da4449b.png) 192.168.0.0/24 - 192.168.0.128/26 = [ 192.168.0.0/25 , 192.168.0.192/26 ] How would you solve the following ? 0.0.0.0/0 - 10.0.0.1/32 =

0.0.0.0/0 - 10.0.0.1/32 = [ 0.0.0.0/5, 8.0.0.0/7, 10.0.0.0/32, 10.0.0.2/31, 10.0.0.4/30, 10.0.0.8/29, 10.0.0.16/28, 10.0.0.32/27, 10.0.0.64/26, 10.0.0.128/25, 10.0.1.0/24, 10.0.2.0/23, 10.0.4.0/22, 10.0.8.0/21, 10.0.16.0/20, 10.0.32.0/19, 10.0.64.0/18, 10.0.128.0/17, 10.1.0.0/16, 10.2.0.0/15, 10.4.0.0/14, 10.8.0.0/13, 10.16.0.0/12, 10.32.0.0/11, 10.64.0.0/10,...