diff options
Diffstat (limited to 'pkg/tcpip')
-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 | ||||
-rwxr-xr-x | pkg/tcpip/tcpip_state_autogen.go | 3 |
5 files changed, 22 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 diff --git a/pkg/tcpip/tcpip_state_autogen.go b/pkg/tcpip/tcpip_state_autogen.go index 7083b7964..dbb322693 100755 --- a/pkg/tcpip/tcpip_state_autogen.go +++ b/pkg/tcpip/tcpip_state_autogen.go @@ -1,5 +1,8 @@ // automatically generated by stateify. +// +build go1.9 +// +build !go1.15 + package tcpip import ( |