mirror of
https://github.com/Start9Labs/start-os.git
synced 2026-04-01 21:13:09 +00:00
complete get_container_ip effect handler
This commit is contained in:
@@ -385,6 +385,10 @@ impl NetService {
|
||||
))
|
||||
}
|
||||
}
|
||||
|
||||
pub fn get_ip(&self) -> Ipv4Addr {
|
||||
self.ip.to_owned()
|
||||
}
|
||||
}
|
||||
|
||||
impl Drop for NetService {
|
||||
|
||||
Reference in New Issue
Block a user