summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-08-28 23:48:28 +0000
committergVisor bot <gvisor-bot@google.com>2020-08-28 23:48:28 +0000
commit493e5248c4af7d4ab10b8874e466bf2a2eeb80d2 (patch)
treeb13dd95c3089a62cfcda493bfc2e5f25f4a6b0c3 /pkg/tcpip/link
parent8ea00f4541a0ec977d367837b8c752fddfbeadd4 (diff)
parentd3057717dcb7b6777aa4c20cac69babc7b545b5d (diff)
Merge release-20200818.0-86-gd3057717d (automated)
Diffstat (limited to 'pkg/tcpip/link')
-rw-r--r--pkg/tcpip/link/tun/tun_endpoint_refs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go
index 7f80b1fa3..e0595429c 100644
--- a/pkg/tcpip/link/tun/tun_endpoint_refs.go
+++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go
@@ -2,11 +2,11 @@ package tun
import (
"fmt"
- refs_vfs1 "gvisor.dev/gvisor/pkg/refs"
"runtime"
"sync/atomic"
"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