support no tun mode (#141)

This commit is contained in:
Sijie.Sun
2024-06-10 10:27:24 +08:00
committed by GitHub
parent fede35cca4
commit 8aa57ebc22
21 changed files with 1722 additions and 170 deletions
+1 -1
View File
@@ -1441,7 +1441,7 @@ impl Route for PeerRoute {
return Some(peer_id);
}
tracing::info!(?ipv4_addr, "no peer id for ipv4");
tracing::debug!(?ipv4_addr, "no peer id for ipv4");
None
}