1
0
mirror of https://github.com/kata-containers/kata-containers.git synced 2025-09-03 01:44:29 +00:00

virtcontainers: Make all endpoints Linux only

All of the networking endpoints are Linux specific.

Signed-off-by: Samuel Ortiz <s.ortiz@apple.com>
This commit is contained in:
Samuel Ortiz
2021-11-25 09:00:52 +01:00
committed by Samuel Ortiz
parent 49d2cde1e2
commit 2c7087ff42
14 changed files with 28 additions and 0 deletions

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Huawei Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Huawei Corporation
// Copyright (c) 2019 Intel Corporation
//

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0

@@ -1,3 +1,5 @@
// +build linux
//
// Copyright (c) 2018 Intel Corporation
//
// SPDX-License-Identifier: Apache-2.0