summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-17 23:31:46 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-17 23:31:46 +0000
commitac79776d6ed566babdc64b8ffe8363414aed817c (patch)
treefa6d53d933889c01a43332ebc66b0f6056d0ca4a /pkg/tcpip
parent09fed163e1378e9598053b0e13e254b4757ff0f5 (diff)
parentf1f844daabdacf46f6237ddf0a90c370dbe2348a (diff)
Merge release-20200907.0-130-gf1f844daa (automated)
Diffstat (limited to 'pkg/tcpip')
-rw-r--r--pkg/tcpip/link/tun/tun_endpoint_refs.go4
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 06d11f0e1..e0595429c 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"
+ "runtime"
"sync/atomic"
- "fmt"
"gvisor.dev/gvisor/pkg/log"
refs_vfs1 "gvisor.dev/gvisor/pkg/refs"
- "runtime"
)
// ownerType is used to customize logging. Note that we use a pointer to T so