Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions sled-agent/types/versions/src/bgp_v6/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
//! Version `BGP_v6` of the Sled Agent API.

pub mod early_networking;
pub mod rack_init;
4 changes: 2 additions & 2 deletions sled-agent/types/versions/src/latest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ pub mod disk {
}

pub mod early_networking {
pub use crate::v21::early_networking::EarlyNetworkConfig;
pub use crate::v21::early_networking::EarlyNetworkConfigBody;
pub use crate::v20::early_networking::EarlyNetworkConfig;
pub use crate::v20::early_networking::EarlyNetworkConfigBody;
}

pub mod firewall_rules {
Expand Down
4 changes: 1 addition & 3 deletions sled-agent/types/versions/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,8 @@ pub mod v17;
pub mod v18;
#[path = "add_rot_attestation/mod.rs"]
pub mod v19;
#[path = "lockstep_rack_init/mod.rs"]
pub mod v20;
#[path = "bgp_v6/mod.rs"]
pub mod v21;
pub mod v20;
#[path = "add_switch_zone_operator_policy/mod.rs"]
pub mod v3;
#[path = "add_nexus_lockstep_port_to_inventory/mod.rs"]
Expand Down
8 changes: 0 additions & 8 deletions sled-agent/types/versions/src/lockstep_rack_init/mod.rs

This file was deleted.

Loading