WIP
This commit is contained in:
@@ -47,6 +47,7 @@ impl Config {
|
||||
&nick.name
|
||||
)))
|
||||
.map(|mac| mac.clone()),
|
||||
Device::IpV4(ip_v4) => todo!(),
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -30,7 +30,4 @@ impl Wolz {
|
||||
println!("Magic packet sent to 255.255.255.255:9 for Mac {:}", mac);
|
||||
Ok(())
|
||||
}
|
||||
|
||||
pub fn shutdown(&self, ip_or_nick: &str) -> WResult<()> {
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user