-
Notifications
You must be signed in to change notification settings - Fork 73
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
10 additions
and
9 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
00c6718
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linux TAP deprecated? So only NAT option available? How IPv6 is supposed to work then?
00c6718
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
See #84 for the reasoning. It is currently broken (needs a user workaround) and the proper fix is yet to be found, but it's not going anywhere from the codebase.
IPv6 can (and will) be supported in
tap_user
eventually.Main point is that I currently don't actively test
tap_linux
and it's not used by default.00c6718
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also be aware that on a usual host without a manually configured, dedicated NIC for the VM,
tap_linux
works as a NAT anyways, it's just implemented in kernel rather than userspace00c6718
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So, it can still run well with network without root access on android, right?
(I haven't tested it yet)
00c6718
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes.