Commit d0f8f5e7 authored by Tycho Andersen's avatar Tycho Andersen Committed by Pavel Emelyanov

check: also check tun support in mainline

As of
https://git.kernel.org/cgit/linux/kernel/git/torvalds/linux.git/commit/?id=fb7589a1
tun support is merged, so let's check it in ms as well.
Signed-off-by: 's avatarTycho Andersen <tycho.andersen@canonical.com>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 43d7e9ca
...@@ -54,11 +54,6 @@ int check_tun_cr(int no_tun_err) ...@@ -54,11 +54,6 @@ int check_tun_cr(int no_tun_err)
{ {
int fd, idx = 13, ret; int fd, idx = 13, ret;
if (opts.check_ms_kernel) {
pr_warn("Skipping tun support check\n");
return 0;
}
fd = open(TUN_DEV_GEN_PATH, O_RDWR); fd = open(TUN_DEV_GEN_PATH, O_RDWR);
if (fd < 0) { if (fd < 0) {
pr_perror("Can't check tun support"); pr_perror("Can't check tun support");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment