summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-16 14:50:34 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-16 14:50:34 +0000
commitd81c4f985afd00605c1aacba74531214147b302c (patch)
tree44b6446b2df9f96d7c298288dfbc1c65e5cc2160 /pkg/tcpip/link
parentce5807fdb4a544ef045be0f8641aa88341ca1f9a (diff)
parent326a1dbb73addeaf8e51af55b8a9de95638b4017 (diff)
Merge release-20200907.0-59-g326a1dbb7 (automated)
Diffstat (limited to 'pkg/tcpip/link')
-rw-r--r--pkg/tcpip/link/tun/tun_endpoint_refs.go5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go
index 9a38142f5..895a577ce 100644
--- a/pkg/tcpip/link/tun/tun_endpoint_refs.go
+++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go
@@ -1,11 +1,12 @@
package tun
import (
+ "runtime"
+ "sync/atomic"
+
"fmt"
"gvisor.dev/gvisor/pkg/log"
refs_vfs1 "gvisor.dev/gvisor/pkg/refs"
- "runtime"
- "sync/atomic"
)
// ownerType is used to customize logging. Note that we use a pointer to T so