summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link/tun
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-15 19:15:41 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-15 19:15:41 +0000
commit08bd313149dc0d67781b15742ed064f560897518 (patch)
treea135d25f383e55775ea9beb0f1e51e01e54ba010 /pkg/tcpip/link/tun
parentf19f2d16c58ef3a3e20344dfb366971724a81eab (diff)
parent84d48c0fddc35e82bf8760acd366509581513274 (diff)
Merge release-20200907.0-46-g84d48c0fd (automated)
Diffstat (limited to 'pkg/tcpip/link/tun')
-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 7f80b1fa3..06d11f0e1 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"
- refs_vfs1 "gvisor.dev/gvisor/pkg/refs"
- "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