diff options
author | Tom Jones <thj@freebsd.org> | 2024-02-08 14:59:03 +0000 |
---|---|---|
committer | Damjan Marion <dmarion@0xa5.net> | 2024-04-01 17:59:37 +0000 |
commit | e98031646a1b858c513d339685d23b8f6e3e8671 (patch) | |
tree | eed5d2f4d2bc03394ede81fd250b82a2b5bc29df /src/plugins | |
parent | eb2a4189f5962e6345cd10e7d7a3267451dc04bb (diff) |
vhost: Only enable plugin on Linux
Type: improvement
Change-Id: I6cf5adbd609d911e15dcc6d976cda4ad21ce89ad
Signed-off-by: Tom Jones <thj@freebsd.org>
Diffstat (limited to 'src/plugins')
-rw-r--r-- | src/plugins/vhost/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/plugins/vhost/CMakeLists.txt b/src/plugins/vhost/CMakeLists.txt index f72d9f20346..6b86c8c98d1 100644 --- a/src/plugins/vhost/CMakeLists.txt +++ b/src/plugins/vhost/CMakeLists.txt @@ -29,4 +29,6 @@ add_vpp_plugin(vhost API_FILES vhost_user.api + + SUPPORTED_OS_LIST Linux ) |