-
Notifications
You must be signed in to change notification settings - Fork 278
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Status fields mapping - simple fix #29
Comments
Root cause is that currently there is IPv6 address included on status output, hence need to skip it (or map to new table field - skipping it in my case:
Output:
|
Pending fix to be applied, pls. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi Adam,
Would you be able please kindly to fix the little problem with mapping fields?
[https://imgur.com/a/c9GBERj]
The KB received shows 0, the KB Sent shows value, in fact received in KBytes, Connected Since shows Sent but in B not KB, and Username shows connected since but in timestamp, not date.
Belief is that it is down to parse.go section (below is what I thought would fix it - but something is wrong with this - not sure why field[4] gets 0, hence moved on to next field.
openvpn-web-ui/vendor/github.com/adamwalach/go-openvpn/server/mi/parse.go
Line 91 in 0756148
Hope this is a 1 minute issue for you to fix.
Thank you in advance.
The text was updated successfully, but these errors were encountered: