summaryrefslogtreecommitdiffhomepage
path: root/pkg/tcpip/link
diff options
context:
space:
mode:
authorgVisor bot <gvisor-bot@google.com>2020-02-06 06:49:12 +0000
committergVisor bot <gvisor-bot@google.com>2020-02-06 06:49:12 +0000
commit971856a97882eee6fc216b12e8e20bba0f14c231 (patch)
tree9a71fe33a8c62ffd2bfa29bc27d59722b9412f60 /pkg/tcpip/link
parentb3a9b1da3837ba2636e621467bb56aad942caf5c (diff)
parent1b6a12a768216a99a5e0428c42ea4faf79cf3b50 (diff)
Merge release-20200127.0-85-g1b6a12a (automated)
Diffstat (limited to 'pkg/tcpip/link')
-rwxr-xr-xpkg/tcpip/link/channel/channel_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/fdbased/fdbased_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/loopback/loopback_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/muxed/muxed_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/rawfile/rawfile_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/sharedmem/pipe/pipe_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/sharedmem/queue/queue_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/sharedmem/sharedmem_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/sniffer/sniffer_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/tun/tun_state_autogen.go1
-rwxr-xr-xpkg/tcpip/link/waitable/waitable_state_autogen.go1
11 files changed, 0 insertions, 11 deletions
diff --git a/pkg/tcpip/link/channel/channel_state_autogen.go b/pkg/tcpip/link/channel/channel_state_autogen.go
index 19e9e5a2b..24066fb83 100755
--- a/pkg/tcpip/link/channel/channel_state_autogen.go
+++ b/pkg/tcpip/link/channel/channel_state_autogen.go
@@ -1,4 +1,3 @@
// automatically generated by stateify.
package channel
-
diff --git a/pkg/tcpip/link/fdbased/fdbased_state_autogen.go b/pkg/tcpip/link/fdbased/fdbased_state_autogen.go
index ddc29cce5..97cb3958e 100755
--- a/pkg/tcpip/link/fdbased/fdbased_state_autogen.go
+++ b/pkg/tcpip/link/fdbased/fdbased_state_autogen.go
@@ -8,4 +8,3 @@
// +build linux
package fdbased
-
diff --git a/pkg/tcpip/link/loopback/loopback_state_autogen.go b/pkg/tcpip/link/loopback/loopback_state_autogen.go
index 87ec8cfc7..c00fd9f19 100755
--- a/pkg/tcpip/link/loopback/loopback_state_autogen.go
+++ b/pkg/tcpip/link/loopback/loopback_state_autogen.go
@@ -1,4 +1,3 @@
// automatically generated by stateify.
package loopback
-
diff --git a/pkg/tcpip/link/muxed/muxed_state_autogen.go b/pkg/tcpip/link/muxed/muxed_state_autogen.go
index e3330c0da..56330e2a5 100755
--- a/pkg/tcpip/link/muxed/muxed_state_autogen.go
+++ b/pkg/tcpip/link/muxed/muxed_state_autogen.go
@@ -1,4 +1,3 @@
// automatically generated by stateify.
package muxed
-
diff --git a/pkg/tcpip/link/rawfile/rawfile_state_autogen.go b/pkg/tcpip/link/rawfile/rawfile_state_autogen.go
index 943c408c1..6b6816bae 100755
--- a/pkg/tcpip/link/rawfile/rawfile_state_autogen.go
+++ b/pkg/tcpip/link/rawfile/rawfile_state_autogen.go
@@ -8,4 +8,3 @@
// +build linux
package rawfile
-
diff --git a/pkg/tcpip/link/sharedmem/pipe/pipe_state_autogen.go b/pkg/tcpip/link/sharedmem/pipe/pipe_state_autogen.go
index c7c7c21b3..d3b40feb4 100755
--- a/pkg/tcpip/link/sharedmem/pipe/pipe_state_autogen.go
+++ b/pkg/tcpip/link/sharedmem/pipe/pipe_state_autogen.go
@@ -1,4 +1,3 @@
// automatically generated by stateify.
package pipe
-
diff --git a/pkg/tcpip/link/sharedmem/queue/queue_state_autogen.go b/pkg/tcpip/link/sharedmem/queue/queue_state_autogen.go
index eec17d734..563d4fbb4 100755
--- a/pkg/tcpip/link/sharedmem/queue/queue_state_autogen.go
+++ b/pkg/tcpip/link/sharedmem/queue/queue_state_autogen.go
@@ -1,4 +1,3 @@
// automatically generated by stateify.
package queue
-
diff --git a/pkg/tcpip/link/sharedmem/sharedmem_state_autogen.go b/pkg/tcpip/link/sharedmem/sharedmem_state_autogen.go
index f739a1d50..bc12017b2 100755
--- a/pkg/tcpip/link/sharedmem/sharedmem_state_autogen.go
+++ b/pkg/tcpip/link/sharedmem/sharedmem_state_autogen.go
@@ -4,4 +4,3 @@
// +build linux
package sharedmem
-
diff --git a/pkg/tcpip/link/sniffer/sniffer_state_autogen.go b/pkg/tcpip/link/sniffer/sniffer_state_autogen.go
index cfd84a739..8d79defea 100755
--- a/pkg/tcpip/link/sniffer/sniffer_state_autogen.go
+++ b/pkg/tcpip/link/sniffer/sniffer_state_autogen.go
@@ -1,4 +1,3 @@
// automatically generated by stateify.
package sniffer
-
diff --git a/pkg/tcpip/link/tun/tun_state_autogen.go b/pkg/tcpip/link/tun/tun_state_autogen.go
index 277ed1b5f..149299ea3 100755
--- a/pkg/tcpip/link/tun/tun_state_autogen.go
+++ b/pkg/tcpip/link/tun/tun_state_autogen.go
@@ -3,4 +3,3 @@
// +build linux
package tun
-
diff --git a/pkg/tcpip/link/waitable/waitable_state_autogen.go b/pkg/tcpip/link/waitable/waitable_state_autogen.go
index 2029f4a1b..059424fa0 100755
--- a/pkg/tcpip/link/waitable/waitable_state_autogen.go
+++ b/pkg/tcpip/link/waitable/waitable_state_autogen.go
@@ -1,4 +1,3 @@
// automatically generated by stateify.
package waitable
-