File tree Expand file tree Collapse file tree 7 files changed +22
-19
lines changed
Expand file tree Collapse file tree 7 files changed +22
-19
lines changed Original file line number Diff line number Diff line change @@ -465,7 +465,7 @@ digest = "0.10.7"
465465dns-server = { path = " dns-server" }
466466dns-server-api = { path = " dns-server-api" }
467467dns-service-client = { path = " clients/dns-service-client" }
468- dpd-client = { git = " https://github.com/oxidecomputer/dendrite" , rev = " 846348bf5c92ab490cf4f69fbe1202691dae6125 " }
468+ dpd-client = { git = " https://github.com/oxidecomputer/dendrite" , rev = " 7a66c1b2415122b821611fd51012032a03e14ada " }
469469dropshot = { version = " 0.16.6" , features = [ " usdt-probes" ] }
470470dropshot-api-manager = " 0.2.4"
471471dropshot-api-manager-types = " 0.2.4"
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ license = "MPL-2.0"
77[lints ]
88workspace = true
99
10+ [features ]
11+ multicast = []
12+
1013[build-dependencies ]
1114omicron-rpaths.workspace = true
1215
Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ mod ip_pools;
3333mod local_storage;
3434mod metrics;
3535mod metrics_querier;
36+ #[ cfg( feature = "multicast" ) ]
3637mod multicast;
3738mod oximeter;
3839mod pantry;
Original file line number Diff line number Diff line change @@ -748,8 +748,8 @@ only_for_targets.image = "standard"
748748# the other `source.*` keys.
749749source.type = " prebuilt"
750750source.repo = " dendrite"
751- source.commit = " 846348bf5c92ab490cf4f69fbe1202691dae6125 "
752- source.sha256 = " 676cb71af9c8b7266ea6c789f0293cbd17d1048b5ed5538a36cc4c6cba80e356 "
751+ source.commit = " 7a66c1b2415122b821611fd51012032a03e14ada "
752+ source.sha256 = " fd4edbbe2eb3050254198bf146c7e53e85cf52fdaa34ea827e1b1fe9e46dd982 "
753753output.type = " zone"
754754output.intermediate_only = true
755755
@@ -775,8 +775,8 @@ only_for_targets.image = "standard"
775775# the other `source.*` keys.
776776source.type = " prebuilt"
777777source.repo = " dendrite"
778- source.commit = " 846348bf5c92ab490cf4f69fbe1202691dae6125 "
779- source.sha256 = " 1e4d43e73ab68454e5373e23b1b111b66e12b52ae08367979d6e617decd2bb8c "
778+ source.commit = " 7a66c1b2415122b821611fd51012032a03e14ada "
779+ source.sha256 = " 6d6e3f494e9608bc2f0fd0e172eb7818af339cf44bf91e114070a4193ff04fff "
780780output.type = " zone"
781781output.intermediate_only = true
782782
@@ -795,8 +795,8 @@ only_for_targets.image = "standard"
795795# the other `source.*` keys.
796796source.type = " prebuilt"
797797source.repo = " dendrite"
798- source.commit = " 846348bf5c92ab490cf4f69fbe1202691dae6125 "
799- source.sha256 = " 63987c847bd4b72e110a858b7dbf48bb9b6a94ce1c377970c7df0d131a2bd8c9 "
798+ source.commit = " 7a66c1b2415122b821611fd51012032a03e14ada "
799+ source.sha256 = " e27b37c6eb5b90889c1239a3b2e72f4f23da3534357dc05215c19c31f9963bbd "
800800output.type = " zone"
801801output.intermediate_only = true
802802
Original file line number Diff line number Diff line change 1- CIDL_SHA256_ILLUMOS="676cb71af9c8b7266ea6c789f0293cbd17d1048b5ed5538a36cc4c6cba80e356 "
2- CIDL_SHA256_LINUX_DPD="f653a229c91d75548a328661ced179aefb1874013bdcc1153210a87e61548a67 "
3- CIDL_SHA256_LINUX_SWADM="9d9fa5b7d4fc2dacf21ecb55853fc731eab1bd3cbac71e63b2ad917d4d6d47c1 "
1+ CIDL_SHA256_ILLUMOS="fd4edbbe2eb3050254198bf146c7e53e85cf52fdaa34ea827e1b1fe9e46dd982 "
2+ CIDL_SHA256_LINUX_DPD="40dc1be3e0a13ec6646b6a201e3523fecd8f2d9da746d84a6a56e11ad59d5dec "
3+ CIDL_SHA256_LINUX_SWADM="b008384cc2c9f9aa40a13ffff99637a38d35c54b4ed3535751124adc8c2107ba "
Original file line number Diff line number Diff line change 1- COMMIT="846348bf5c92ab490cf4f69fbe1202691dae6125 "
1+ COMMIT="7a66c1b2415122b821611fd51012032a03e14ada "
You can’t perform that action at this time.
0 commit comments