Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary uapi open #807

Merged
merged 2 commits into from
Apr 17, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Merge branch 'main' into remove_uapi_open
  • Loading branch information
pappz committed Apr 17, 2023
commit 87114f7e078a61773dc51e210ef11ee8f40e08a5
3 changes: 2 additions & 1 deletion iface/tun_android.go
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
package iface

import (
"golang.org/x/sys/unix"
"strings"

"github.com/pion/transport/v2"
log "github.com/sirupsen/logrus"
"golang.org/x/sys/unix"
"golang.zx2c4.com/wireguard/device"
"golang.zx2c4.com/wireguard/tun"

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.