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
{{ message }}
This repository was archived by the owner on May 25, 2023. It is now read-only.
I'm not sure if a v6+zone prefix makes sense. My mind immediately jumped to v6 link-local prefixes, which would implicitly be per-interface things, but I don't know if they conventionally use the addr zone to represent that scoping.
(Re-filing #154, which was closed when half of it was done)
An IPPrefix is currently an IP + a uint16, 32 bytes.
Now that IPPrefix is opaque, we can make it smaller:
We could instead do:
And we'd be at 24 bytes after padding: https://play.golang.org/p/opWXptWj6jQ
This all assumes an IPPrefix of an IPv6 zone doesn't make sense. Is that correct?
To which @danderson said: