-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(virtio-net): waiting infinetely for bridge to be created (#47)
* fix: propagates async from bridge to VMM remove futures block_on in bridge module, because they're not polled (so not executed) Signed-off-by: Mateo Fernandez <[email protected]> * nitpick: add error log because not in the error returned to gRPC Signed-off-by: Mateo Fernandez <[email protected]> * doc: add "iptables" to dependencies and "just" as optional dependency Signed-off-by: Mateo Fernandez <[email protected]> * fix: create addr for bridge with check on Result<Option<>> Signed-off-by: Mateo Fernandez <[email protected]> * fix: remove unnecessary async in VMM::new Signed-off-by: Mateo Fernandez <[email protected]> --------- Signed-off-by: Mateo Fernandez <[email protected]>
- Loading branch information
Showing
7 changed files
with
168 additions
and
130 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.