-
Notifications
You must be signed in to change notification settings - Fork 67
Store "last allocated IP" in BlueprintSledConfig
#9550
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 7 commits
2c66c7e
8907245
82cf685
ce625ff
5b9dd05
9450b58
96e1936
8d55a7d
61502ee
27a7e0d
c6ffc0d
e8f1b7a
e300bd0
a1da443
32acbd6
178e7d3
0d5e22d
3e13bb5
7906f9e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -278,6 +278,11 @@ pub const CP_SERVICES_RESERVED_ADDRESSES: u16 = 0xFFFF; | |
| // to assume that addresses in this subnet are available. | ||
| pub const SLED_RESERVED_ADDRESSES: u16 = 32; | ||
|
|
||
| static_assertions::const_assert_eq!( | ||
|
||
| RSS_RESERVED_ADDRESSES, | ||
| SLED_RESERVED_ADDRESSES | ||
| ); | ||
|
|
||
| /// Wraps an [`Ipv6Net`] with a compile-time prefix length. | ||
| #[derive( | ||
| Debug, | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.