aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRinat Baygildin <bayrinat@yandex-team.ru>2019-08-08 10:47:22 +0300
committerRinat Baygildin <bayrinat@yandex-team.ru>2019-08-08 10:53:51 +0300
commit56bf21b1a9ecd1096760a5eff70ad8366bf34253 (patch)
tree26cefbc66e9d9aedb12088c18607c3416d606986
parentca6003af1a7e1adb7d45879c2d5038bc05c2bb1a (diff)
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 <bayrinat@yandex-team.ru> Change-Id: Ic39029b0c4577f88ff8796dfd14e6a2696f85f4c
-rw-r--r--adapter/vppapiclient/stat_client.go2
1 files changed, 1 insertions, 1 deletions
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