Skip to content

Commit 3282a46

Browse files
committed
Pull in consistent DHCPv6 DUID fixes
1 parent 5af8047 commit 3282a46

5 files changed

Lines changed: 26 additions & 26 deletions

File tree

Cargo.lock

Lines changed: 15 additions & 15 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
@@ -501,7 +501,7 @@ digest = "0.10.7"
501501
dns-server = { path = "dns-server" }
502502
dns-server-api = { path = "dns-server-api" }
503503
dns-service-client = { path = "clients/dns-service-client" }
504-
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "187aee7de2e50f907099ea06c04aac96c3455665" }
504+
dpd-client = { git = "https://github.com/oxidecomputer/dendrite", rev = "fcb3674abe553651a5ecd321839db061aa6a9048" }
505505
dropshot = { version = "0.17.0", features = [ "usdt-probes" ] }
506506
dropshot-api-manager = "0.7.1"
507507
dropshot-api-manager-types = "0.7.1"

package-manifest.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -765,8 +765,8 @@ only_for_targets.image = "standard"
765765
# the other `source.*` keys.
766766
source.type = "prebuilt"
767767
source.repo = "dendrite"
768-
source.commit = "187aee7de2e50f907099ea06c04aac96c3455665"
769-
source.sha256 = "2a72f23b76c7e89c9e26b5e9cc646a85120b75972c5dc9058bc6377f834d5d34"
768+
source.commit = "fcb3674abe553651a5ecd321839db061aa6a9048"
769+
source.sha256 = "94918a08099d6752eb8b9d4ca54f7ec462ae7df337170b15e142daac36cfc55d"
770770
output.type = "zone"
771771
output.intermediate_only = true
772772

@@ -792,8 +792,8 @@ only_for_targets.image = "standard"
792792
# the other `source.*` keys.
793793
source.type = "prebuilt"
794794
source.repo = "dendrite"
795-
source.commit = "187aee7de2e50f907099ea06c04aac96c3455665"
796-
source.sha256 = "b8e7e20f1aefc7e2447b89525d6177452c72bbce99d21319cade5a2c12e7a038"
795+
source.commit = "fcb3674abe553651a5ecd321839db061aa6a9048"
796+
source.sha256 = "dfdb4a8e0ac3966fafe57d25c68ba3c78dd020ecfeb8d0963a04484edc4d76ca"
797797
output.type = "zone"
798798
output.intermediate_only = true
799799

@@ -812,8 +812,8 @@ only_for_targets.image = "standard"
812812
# the other `source.*` keys.
813813
source.type = "prebuilt"
814814
source.repo = "dendrite"
815-
source.commit = "187aee7de2e50f907099ea06c04aac96c3455665"
816-
source.sha256 = "657e4f9f6bda938f5f12685076066554089ee4774c92b510f888099966c32a8e"
815+
source.commit = "fcb3674abe553651a5ecd321839db061aa6a9048"
816+
source.sha256 = "0eb9e37e73f4d6fd55d799c9b7d802d70b103682f5424dde82fe69bd4601544c"
817817
output.type = "zone"
818818
output.intermediate_only = true
819819

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="2a72f23b76c7e89c9e26b5e9cc646a85120b75972c5dc9058bc6377f834d5d34"
2-
CIDL_SHA256_LINUX_DPD="bdf0d1bedda8c8aecba489297d374c56aa0578b22b6a601fe399c03fa322ac74"
3-
CIDL_SHA256_LINUX_SWADM="9ae4ee3e4439f154e987c9c0b22947317247b8f63225f175aff2c568d381b881"
1+
CIDL_SHA256_ILLUMOS="94918a08099d6752eb8b9d4ca54f7ec462ae7df337170b15e142daac36cfc55d"
2+
CIDL_SHA256_LINUX_DPD="1fd268dae0ae814d0c89b46396de1951afb34f6398bdd45035ce3531336aa827"
3+
CIDL_SHA256_LINUX_SWADM="4a6e95a122918768e78bf9e10c67da153a61bee1dae6ac65df688411e2325cfd"

tools/dendrite_version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
COMMIT="187aee7de2e50f907099ea06c04aac96c3455665"
1+
COMMIT="fcb3674abe553651a5ecd321839db061aa6a9048"

0 commit comments

Comments
 (0)