Commit 99c3f3e
authored
Add support for dual-stack external addressing (#9470)
- Adds enum for tracking the external IP addresses for an instance or
service, which includes the three fields that were previously separate:
SNAT, ephemeral, and list of floating addresses.
- Makes the previous source NAT config type IP address specific, with a
"generic" variant for services. This is a bit lazy, but we can lift the
IP version out of the contained IP address and into the source NAT type
itself in the future if we need to.
- Add new version of the sled-agent API with these new types, plus
conversions with the previous version
- Completely handle dual-stack OPTE ports, closes #9247
- Closes #93181 parent 8ef60d1 commit 99c3f3e
File tree
41 files changed
+11959
-794
lines changed- clients
- nexus-lockstep-client/src
- sled-agent-client/src
- common
- illumos-utils/src/opte
- nexus
- db-model/src
- db-queries/src/db
- datastore
- deployment
- queries
- inventory/src
- reconfigurator/planning
- src/blueprint_editor/allocators
- tests/integration_tests
- src/app
- test-utils/src
- types/src
- deployment
- internal_api
- openapi
- sled-agent
- sled-agent
- api/src
- config-reconciler/src/ledger
- src
- rack_setup/plan
- types/src
- inventory
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
41 files changed
+11959
-794
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
| 136 | + | |
137 | 137 | | |
138 | 138 | | |
139 | | - | |
| 139 | + | |
140 | 140 | | |
141 | 141 | | |
142 | 142 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
59 | 62 | | |
60 | 63 | | |
61 | 64 | | |
| |||
83 | 86 | | |
84 | 87 | | |
85 | 88 | | |
86 | | - | |
| 89 | + | |
87 | 90 | | |
88 | 91 | | |
89 | 92 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
30 | 31 | | |
31 | 32 | | |
32 | 33 | | |
| |||
0 commit comments