diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-08-31 21:00:22 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-08-31 21:00:22 +0000 |
commit | 2c813fd661746668b37c37247aac1572994771be (patch) | |
tree | 23069bf61c01c145a983613a1332982c16eb88a6 /pkg/tcpip | |
parent | 503e617835a0db546644a09f60e73682cf856f6c (diff) | |
parent | 6cdfa4fee06dfe4d37b79a8426906c99fe294964 (diff) |
Merge release-20200818.0-93-g6cdfa4fee (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r-- | pkg/tcpip/link/tun/tun_endpoint_refs.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go index 895a577ce..7f80b1fa3 100644 --- a/pkg/tcpip/link/tun/tun_endpoint_refs.go +++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go @@ -1,12 +1,12 @@ package tun import ( + "fmt" + refs_vfs1 "gvisor.dev/gvisor/pkg/refs" "runtime" "sync/atomic" - "fmt" "gvisor.dev/gvisor/pkg/log" - refs_vfs1 "gvisor.dev/gvisor/pkg/refs" ) // ownerType is used to customize logging. Note that we use a pointer to T so |