summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-18 23:16:01 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-18 23:16:01 +0000
commitc4ecfe7303a9c4926695873200fd522b3c2c816a (patch)
tree640bd5eede37da703fef8757a77595682894380b /pkg/tcpip/link
parent4d48f2e1993cbba96479ed691e123090e4a5ad49 (diff)
parent6c9989cb8cb20fd20014fe7cb736a9d37737a58e (diff)
Merge release-20200907.0-151-g6c9989cb8 (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