summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-09-08 23:04:09 +0000
committergVisor bot <gvisor-bot@google.com>2020-09-08 23:04:09 +0000
commitba1d6dc02ff75db752902525d5a4c7b9896bb01d (patch)
tree5af7306bf9aff06f8ad4efb734d8152ca78983e0 /pkg/tcpip/link
parent62a9aa08479cd797206ff812191b2d9472d2a737 (diff)
parenta17d083f3b6a5dbd122144d731fdda088974c39c (diff)
Merge release-20200818.0-135-ga17d083f3 (automated)
Diffstat (limited to 'pkg/tcpip/link')
-rw-r--r--pkg/tcpip/link/tun/tun_endpoint_refs.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/tcpip/link/tun/tun_endpoint_refs.go b/pkg/tcpip/link/tun/tun_endpoint_refs.go
index 895a577ce..e0595429c 100644
--- a/pkg/tcpip/link/tun/tun_endpoint_refs.go
+++ b/pkg/tcpip/link/tun/tun_endpoint_refs.go
@@ -1,10 +1,10 @@
package tun
import (
+ "fmt"
"runtime"
"sync/atomic"
- "fmt"
"gvisor.dev/gvisor/pkg/log"
refs_vfs1 "gvisor.dev/gvisor/pkg/refs"
)