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
Enable wicket to configure the rack subnet (#9653)
To pave the way for a multi-rack world, we are replacing the static
`fd00:1122:3344::01` prefix with a randomly generated one or a user
specified one, that way racks can have unique addresses once they start
talking to each other.
- [x] verify the user provided address starts with `fd`
- [x] verify that the user provided address is not longer that `/56`
- [x] verify that the rack number (seventh octet) is not 0.
- [x] generate an address that conforms to the above rules if user does
not provide an address
Related
---
#9501
---------
Co-authored-by: John Gallagher <john@oxidecomputer.com>
0 commit comments