You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A complication is that the largest integer type in Pan is a long which has the same characteristics as a Java long, i.e. a signed 64-bit integer (-9223372036854775808 to 9223372036854775807) which is far too small for IPv6's 128-bits or even a pair of 64-bit values (network, host) unless we also expose Java's methods for treating longs as unsigned.
e.g. ip6_to_long...
Came from discussion of quattor/aquilon#42.
The text was updated successfully, but these errors were encountered: