Skip to content

Commit f737acb

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

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

Cargo.lock

Lines changed: 7 additions & 7 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 = "697223f2b69321bc90dc1724b132e9e61ed333d3" }
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 = "697223f2b69321bc90dc1724b132e9e61ed333d3"
769+
source.sha256 = "c7347175c9846d68dc50d1236ab18d873a3becb429bba8922b6e83d3682e25fa"
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 = "697223f2b69321bc90dc1724b132e9e61ed333d3"
796+
source.sha256 = "3092f10ff37116dc64132f19ed2b348c915bba4b1f3491ccf38bf8966646d63a"
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 = "697223f2b69321bc90dc1724b132e9e61ed333d3"
816+
source.sha256 = "0829dd3e58192944f6555f27094eab0428228e233f3f6526741e941953665bcc"
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="c7347175c9846d68dc50d1236ab18d873a3becb429bba8922b6e83d3682e25fa"
2+
CIDL_SHA256_LINUX_DPD="e7dc0f81307120130a74a53e3ff3b02a02178dc42a05adadd9a30b8e238d77bb"
3+
CIDL_SHA256_LINUX_SWADM="dc5c4445f307053be8648e8d88f0ee728d4ce95bb6d9b983c5fdb8b716e5695a"

tools/dendrite_version

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

0 commit comments

Comments
 (0)