From 56bf21b1a9ecd1096760a5eff70ad8366bf34253 Mon Sep 17 00:00:00 2001 From: Rinat Baygildin Date: Thu, 8 Aug 2019 10:47:22 +0300 Subject: Add tag beyond18.10 to prevent build stat_client There is a problem to use upstream govpp with vpp 18.04 because of lack stat_client.h file. Build tag allows to exclude stat client from old vpp versions. Signed-off-by: Rinat Baygildin Change-Id: Ic39029b0c4577f88ff8796dfd14e6a2696f85f4c --- adapter/vppapiclient/stat_client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapter/vppapiclient/stat_client.go b/adapter/vppapiclient/stat_client.go index a54ef83..0ab088c 100644 --- a/adapter/vppapiclient/stat_client.go +++ b/adapter/vppapiclient/stat_client.go @@ -12,7 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. -// +build !windows,!darwin,!novpp +// +build !windows,!darwin,!novpp,!beyond18.10 package vppapiclient -- cgit 1.2.3-korg