summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-11 20:10:41 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-11 20:10:41 +0000
commita7a5a8528ca6f79dfd89941bd75c14930c43d42c (patch)
tree72294b008411b22828d584c7dc4bba6c19eeeda5 /pkg/tcpip
parent0f537dcf1bc73a014e37175ee8f4142ed2373ad4 (diff)
parent490e5c83bd647639e36a9f7e871af33fa64b9bb1 (diff)
Merge release-20200907.0-34-g490e5c83b (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r--pkg/tcpip/link/tun/tun_endpoint_refs.go3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go
index 7f80b1fa3..9a38142f5 100644
--- a/pkg/tcpip/link/tun/tun_endpoint_refs.go
+++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go
@@ -2,11 +2,10 @@ package tun
import (
"fmt"
+ "gvisor.dev/gvisor/pkg/log"
refs_vfs1 "gvisor.dev/gvisor/pkg/refs"
"runtime"
"sync/atomic"
-
- "gvisor.dev/gvisor/pkg/log"
)
// ownerType is used to customize logging. Note that we use a pointer to T so