https://bugs.winehq.org/show_bug.cgi?id=41753
--- Comment #11 from Bruno Jesus 00cpxxx@gmail.com --- (In reply to André H. from comment #10)
Bruno, do you have suggestions on how to fill those values:
- OnLinkPrefixLength I need a good way to get the CIDR prefix for the AddressEntry, no idea
Maybe counting set bits in netmask would work for IPv4, for IPv6 I don't know how that works.
- CreationTimeStamp Here I need a good way to retrieve/create a good fake value
Maybe now()-gettickcount(). Not sure if that is important anyway.