feat: assign mac / gateway
This commit is contained in:
@ -60,6 +60,9 @@ pub trait LNVpsDb: Sync + Send {
|
||||
/// List available OS images
|
||||
async fn list_os_image(&self) -> Result<Vec<VmOsImage>>;
|
||||
|
||||
/// List available IP Ranges
|
||||
async fn get_ip_range(&self, id: u64) -> Result<IpRange>;
|
||||
|
||||
/// List available IP Ranges
|
||||
async fn list_ip_range(&self) -> Result<Vec<IpRange>>;
|
||||
|
||||
|
Reference in New Issue
Block a user