Commit 078e09b
committed
Add support for dual-stack external addressing
- 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 f65b0e4 commit 078e09b
File tree
40 files changed
+11806
-792
lines changed- clients
- nexus-lockstep-client/src
- sled-agent-client/src
- 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
- workspace-hack
40 files changed
+11806
-792
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 | | |
| |||
0 commit comments