Skip to content

Commit 6a8ed83

Browse files
[multicast] dendrite w/ multicast on
1 parent 56b8e64 commit 6a8ed83

File tree

5 files changed

+31
-32
lines changed

5 files changed

+31
-32
lines changed

Cargo.lock

Lines changed: 20 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ digest = "0.10.7"
477477
dns-server = { path = "dns-server" }
478478
dns-server-api = { path = "dns-server-api" }
479479
dns-service-client = { path = "clients/dns-service-client" }
480-
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4" }
480+
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "0b8a5d7b75af1c59bcb7cd2dc6d61b5e5b890c9a", features = ["multicast"] }
481481
dropshot = { version = "0.16.6", features = [ "usdt-probes" ] }
482482
dropshot-api-manager = "0.5.2"
483483
dropshot-api-manager-types = "0.5.2"

package-manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -748,8 +748,8 @@ only_for_targets.image = "standard"
748748
# the other `source.*` keys.
749749
source.type = "prebuilt"
750750
source.repo = "dendrite"
751-
source.commit = "f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4"
752-
source.sha256 = "877bb1cf5050825254befb9c259de7e362178613f1bacc8970af8c0a1f2f5fa5"
751+
source.commit = "0b8a5d7b75af1c59bcb7cd2dc6d61b5e5b890c9a"
752+
source.sha256 = "683c5cc45d36c0e21bf20bd7be0fcd4a0bdb93acd8b1d0f2f140b0107bea66e8"
753753
output.type = "zone"
754754
output.intermediate_only = true
755755

@@ -775,8 +775,8 @@ only_for_targets.image = "standard"
775775
# the other `source.*` keys.
776776
source.type = "prebuilt"
777777
source.repo = "dendrite"
778-
source.commit = "f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4"
779-
source.sha256 = "f30deb7c2989027ee0a3a9d67250b6ed107b7d1740fddfc81f97900c92bc7520"
778+
source.commit = "0b8a5d7b75af1c59bcb7cd2dc6d61b5e5b890c9a"
779+
source.sha256 = "198a5ec3a361bf43e2f6631983ae83902e2c6f516e92827c609221bccacc142f"
780780
output.type = "zone"
781781
output.intermediate_only = true
782782

@@ -795,8 +795,8 @@ only_for_targets.image = "standard"
795795
# the other `source.*` keys.
796796
source.type = "prebuilt"
797797
source.repo = "dendrite"
798-
source.commit = "f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4"
799-
source.sha256 = "3f89230b0220e1e4e2797a00c202f5fae32dfba875cc7570f3f3681ea353d40b"
798+
source.commit = "0b8a5d7b75af1c59bcb7cd2dc6d61b5e5b890c9a"
799+
source.sha256 = "9e2545ef0616f1e997222b42639e2dd6b9a5d416002a6d276fc79191696e06fa"
800800
output.type = "zone"
801801
output.intermediate_only = true
802802

tools/dendrite_stub_checksums

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
CIDL_SHA256_ILLUMOS="877bb1cf5050825254befb9c259de7e362178613f1bacc8970af8c0a1f2f5fa5"
2-
CIDL_SHA256_LINUX_DPD="87a0bd1dd16e33a095bddd713006a9de70c6444525e796c0c066a87d6284cd0d"
3-
CIDL_SHA256_LINUX_SWADM="b059fde4e6859b2f7aaf2b3ade268a0cdbd5b696a0c8552e1c7d22e59680dbef"
1+
CIDL_SHA256_ILLUMOS="683c5cc45d36c0e21bf20bd7be0fcd4a0bdb93acd8b1d0f2f140b0107bea66e8"
2+
CIDL_SHA256_LINUX_DPD="0df8e1848e69175a79600bba8bb721e7d1074ece8e7b56bd864c2cea83b168cc"
3+
CIDL_SHA256_LINUX_SWADM="63c4099cb5036c74cce53082d1aee582b06d8388ad8c3e367e585aed70dd9dc1"

tools/dendrite_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMMIT="f20f786e67c86388dfaaf0ef3aa9d2693dfe1da4"
1+
COMMIT="0b8a5d7b75af1c59bcb7cd2dc6d61b5e5b890c9a"

0 commit comments

Comments
 (0)