forked from astro/microvm.nix
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The current crosvm runner uses mktuntap to pass fds of the network devices to a vm. It seems to silently ignore declared mac addresses as well as non tap-devices. Current versions of crosvm in nixpkgs also support a --net flag where tap id & mac can be passed directly, so I believe mktuntap is not needed (anymore)? Please let me know if it still provides value.
- Loading branch information
Showing
3 changed files
with
5 additions
and
28 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 was deleted.
Oops, something went wrong.