Skip to content

Commit

Permalink
Merge branch 'bgp' of github.com:oxidecomputer/omicron into bgp
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgoodfellow committed Oct 19, 2023
2 parents 93c422a + 98b45f4 commit 54038cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sled-agent/src/bootstrap/early_networking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ impl RackNetworkConfigV0 {
/// Convert from `RackNetworkConfigV0` to `RackNetworkConfigV1`
///
/// We cannot use `From<RackNetworkConfigV0> for `RackNetworkConfigV1`
/// because the `rack_network` field does not exist in `RackNetworkConfigV0`
/// because the `rack_subnet` field does not exist in `RackNetworkConfigV0`
/// and must be passed in from the `EarlyNetworkConfigV0` struct which
/// contains the `RackNetworkConfivV0` struct.
pub fn to_v1(
Expand Down

0 comments on commit 54038cc

Please sign in to comment.