Code Review
/
govpp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
ca6003a
)
Add tag beyond18.10 to prevent build stat_client
38/21138/1
author
Rinat Baygildin
<
[email protected]
>
Thu, 8 Aug 2019 07:47:22 +0000
(10:47 +0300)
committer
Rinat Baygildin
<
[email protected]
>
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 <
[email protected]
>
Change-Id: Ic39029b0c4577f88ff8796dfd14e6a2696f85f4c
adapter/vppapiclient/stat_client.go
patch
|
blob
|
history
diff --git
a/adapter/vppapiclient/stat_client.go
b/adapter/vppapiclient/stat_client.go
index
a54ef83
..
0ab088c
100644
(file)
--- 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