Add tag beyond18.10 to prevent build stat_client 38/21138/1
authorRinat Baygildin <bayrinat@yandex-team.ru>
Thu, 8 Aug 2019 07:47:22 +0000 (10:47 +0300)
committerRinat Baygildin <bayrinat@yandex-team.ru>
Thu, 8 Aug 2019 07:53:51 +0000 (10:53 +0300)
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 <bayrinat@yandex-team.ru>
Change-Id: Ic39029b0c4577f88ff8796dfd14e6a2696f85f4c

adapter/vppapiclient/stat_client.go

index a54ef83..0ab088c 100644 (file)
@@ -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