summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-15 20:51:08 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-15 20:51:08 +0000
commitb052e1d3b81a6295172bf375d43ebbd20bd7c853 (patch)
tree106eb6dc926169f07641281b361e56d248071509 /pkg/tcpip
parentee250c2b64e235d32dca91830ca8edfba4e3c5fb (diff)
parent0d790cbaea5cd40ceabdf8f59978efff1a0626f1 (diff)
Merge release-20200907.0-48-g0d790cbae (automated)
Diffstat (limited to 'pkg/tcpip')
-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