linsk shell: tap net enable option

This commit is contained in:
AlexSSD7 2023-08-31 19:56:22 +01:00
commit 2328b58eaa
2 changed files with 7 additions and 3 deletions

View file

@ -100,7 +100,6 @@ func runVM(passthroughArg string, fn func(context.Context, *vm.VM, *vm.FileManag
}
tapNameToUse := nettap.NewRandomTapName()
// TODO: Run two instances at the same time and check whether nothing is wrongfully pruned.
knownAllocs, err := store.ListNetTapAllocations()
if err != nil {
slog.Error("Failed to list net tap allocations", "error", err.Error())