vpp version issue #88
-
I used govpp on vpp:22.02.0 and got an error: stat segment version is not supported: 2 (minimal version: 1). Is it possible to use the govpp to connect the stat segment on vpp:22.02.10? If no way to do that, what can I do to make it possible? |
Beta Was this translation helpful? Give feedback.
Answered by
ondrej-fabry
Nov 24, 2022
Replies: 1 comment 1 reply
-
What version of GoVPP are you using? Ensure you have the latest version. The latest version of GoVPP supports stats v2. You can update with this command: go get -u go.fd.io/govpp@latest |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xcxinng
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
What version of GoVPP are you using? Ensure you have the latest version. The latest version of GoVPP supports stats v2. You can update with this command: