Skip to content

Commit

Permalink
fixup after rebasing onto main
Browse files Browse the repository at this point in the history
  • Loading branch information
jgallagher committed Aug 7, 2024
1 parent 917b7e0 commit 21c9559
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ use super::Error;
use anyhow::bail;
use debug_ignore::DebugIgnore;
use nexus_config::NUM_INITIAL_RESERVED_IP_ADDRESSES;
use nexus_sled_agent_shared::inventory::ZoneKind;
use nexus_types::deployment::Blueprint;
use nexus_types::deployment::BlueprintZoneFilter;
use nexus_types::deployment::BlueprintZoneType;
Expand All @@ -23,7 +24,6 @@ use omicron_common::address::NUM_SOURCE_NAT_PORTS;
use omicron_common::api::external::MacAddr;
use omicron_common::api::internal::shared::SourceNatConfigError;
use oxnet::IpNet;
use sled_agent_client::ZoneKind;
use std::collections::btree_map::Entry;
use std::collections::BTreeMap;
use std::collections::BTreeSet;
Expand Down

0 comments on commit 21c9559

Please sign in to comment.