This commit is contained in:
@ -640,7 +640,7 @@ impl MockRouter {
|
|||||||
}
|
}
|
||||||
#[async_trait]
|
#[async_trait]
|
||||||
impl Router for MockRouter {
|
impl Router for MockRouter {
|
||||||
async fn generate_mac(&self, ip: &str, comment: &str) -> anyhow::Result<Option<String>> {
|
async fn generate_mac(&self, ip: &str, comment: &str) -> anyhow::Result<Option<ArpEntry>> {
|
||||||
Ok(None)
|
Ok(None)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user