summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-10 01:48:44 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-10 01:48:44 +0000
commitef52041ba62f826609d0fb0b2ee44bebe9d30712 (patch)
tree490ebc2e07db6fcaf9c7e82ce04a53ec79fa6d54 /pkg/tcpip
parenta40ebdcb7944050fc94c70f491336deb21768f59 (diff)
parent644ac7b6bcf547cb44da6f298c92de4b3806c426 (diff)
Merge release-20200818.0-147-g644ac7b6b (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r--pkg/tcpip/link/tun/tun_endpoint_refs.go6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go
index 06d11f0e1..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 (
- "sync/atomic"
-
"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