diff options
author | gVisor bot <gvisor-bot@google.com> | 2020-02-04 22:49:52 +0000 |
---|---|---|
committer | gVisor bot <gvisor-bot@google.com> | 2020-02-04 22:49:52 +0000 |
commit | 02dbbe7666661b2d78fd7f13f8131f5fb65c8b8c (patch) | |
tree | 9698edaaed21f4815815f9b98430ecd191c17119 /pkg/tcpip/link | |
parent | c6739ff2459aacf18caeead7c521a072ddce146b (diff) | |
parent | 95ce8bb4c7ecb23e47e68c60b1de0b99ad8a856d (diff) |
Merge release-20200127.0-65-g95ce8bb (automated)
Diffstat (limited to 'pkg/tcpip/link')
-rwxr-xr-x | pkg/tcpip/link/fdbased/fdbased_state_autogen.go | 7 | ||||
-rwxr-xr-x | pkg/tcpip/link/rawfile/rawfile_state_autogen.go | 7 | ||||
-rwxr-xr-x | pkg/tcpip/link/sharedmem/sharedmem_state_autogen.go | 3 | ||||
-rwxr-xr-x | pkg/tcpip/link/tun/tun_state_autogen.go | 2 |
4 files changed, 19 insertions, 0 deletions
diff --git a/pkg/tcpip/link/fdbased/fdbased_state_autogen.go b/pkg/tcpip/link/fdbased/fdbased_state_autogen.go index 0555db528..ddc29cce5 100755 --- a/pkg/tcpip/link/fdbased/fdbased_state_autogen.go +++ b/pkg/tcpip/link/fdbased/fdbased_state_autogen.go @@ -1,4 +1,11 @@ // automatically generated by stateify. +// +build linux +// +build linux +// +build linux,amd64 linux,arm64 +// +build !linux !amd64,!arm64 +// +build linux,amd64 linux,arm64 +// +build linux + package fdbased diff --git a/pkg/tcpip/link/rawfile/rawfile_state_autogen.go b/pkg/tcpip/link/rawfile/rawfile_state_autogen.go index 662c04444..943c408c1 100755 --- a/pkg/tcpip/link/rawfile/rawfile_state_autogen.go +++ b/pkg/tcpip/link/rawfile/rawfile_state_autogen.go @@ -1,4 +1,11 @@ // automatically generated by stateify. +// +build linux,!amd64,!arm64 +// +build linux,amd64 linux,arm64 +// +build go1.12 +// +build !go1.15 +// +build linux +// +build linux + package rawfile diff --git a/pkg/tcpip/link/sharedmem/sharedmem_state_autogen.go b/pkg/tcpip/link/sharedmem/sharedmem_state_autogen.go index e5c542528..f739a1d50 100755 --- a/pkg/tcpip/link/sharedmem/sharedmem_state_autogen.go +++ b/pkg/tcpip/link/sharedmem/sharedmem_state_autogen.go @@ -1,4 +1,7 @@ // automatically generated by stateify. +// +build linux +// +build linux + package sharedmem diff --git a/pkg/tcpip/link/tun/tun_state_autogen.go b/pkg/tcpip/link/tun/tun_state_autogen.go index 7ded170f6..277ed1b5f 100755 --- a/pkg/tcpip/link/tun/tun_state_autogen.go +++ b/pkg/tcpip/link/tun/tun_state_autogen.go @@ -1,4 +1,6 @@ // automatically generated by stateify. +// +build linux + package tun |