-
Notifications
You must be signed in to change notification settings - Fork 83
[1/n] [sled-agent] split early networking into its own crate #10448
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 1 commit
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 |
|---|---|---|
| @@ -0,0 +1,31 @@ | ||
| [package] | ||
| name = "sled-agent-early-networking" | ||
| version = "0.1.0" | ||
| edition.workspace = true | ||
| license = "MPL-2.0" | ||
|
|
||
| [lints] | ||
| workspace = true | ||
|
|
||
| [dependencies] | ||
| anyhow.workspace = true | ||
| # XXX NOTE this is due to https://github.com/oxidecomputer/omicron/issues/9704 | ||
| # This is the R17 dpd client | ||
| # dpd-client.workspace = true | ||
| dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "cc8e02a0800034c431c8cf96b889ea638da3d194" } | ||
|
Comment on lines
+12
to
+15
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this still the status quo?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Basically yes. I think we could bump it up to the R18 dpd client, now that R19 is shipping? But I don't know that there's a need to do that and test it. |
||
| futures.workspace = true | ||
| gateway-client.workspace = true | ||
| http.workspace = true | ||
| internal-dns-resolver.workspace = true | ||
| internal-dns-types.workspace = true | ||
| mg-admin-client.workspace = true | ||
| omicron-common.workspace = true | ||
| omicron-ddm-admin-client.workspace = true | ||
| omicron-workspace-hack.workspace = true | ||
| oxnet.workspace = true | ||
| rdb-types.workspace = true | ||
| sled-agent-types.workspace = true | ||
| slog.workspace = true | ||
| slog-error-chain.workspace = true | ||
| thiserror.workspace = true | ||
| tokio = { workspace = true, features = ["full"] } | ||
Uh oh!
There was an error while loading. Please reload this page.