Skip to content

Commit

Permalink
adapt PR after merge with main
Browse files Browse the repository at this point in the history
  • Loading branch information
karencfv committed Mar 7, 2024
1 parent 61795af commit 9df5f8c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion sled-agent/src/services.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2140,7 +2140,7 @@ impl ServiceManager {
let static_addr = underlay_address.to_string();

let nw_setup_service = Self::zone_network_setup_install(
&info,
&info.underlay_address,
&installed_zone,
&static_addr.clone(),
)?;
Expand Down
1 change: 0 additions & 1 deletion smf/nexus/manifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
<dependency name='network' grouping='require_all' restart_on='none'
type='service'>
<service_fmri value='svc:/milestone/network:default' />

</dependency>

<dependency name='routing' grouping='require_all' restart_on='none'
Expand Down

0 comments on commit 9df5f8c

Please sign in to comment.