We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There is a read handler called "report_mean" that appears in the odin-wi5-agent, see https://github.com/Wi5/odin-wi5-agent/blob/master/src/odinagent.cc#L2921
However, this read handler is never invoked by the controller: it is not included in the list: https://github.com/Wi5/odin-wi5-controller/blob/b0c6b0d9eab518cec7b04d665cd7a8794aa058c2/src/main/java/net/floodlightcontroller/odin/master/OdinAgent.java#L58
Therefore, the "report_mean" and all its associated functions can be removed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
There is a read handler called "report_mean" that appears in the odin-wi5-agent, see https://github.com/Wi5/odin-wi5-agent/blob/master/src/odinagent.cc#L2921
However, this read handler is never invoked by the controller: it is not included in the list: https://github.com/Wi5/odin-wi5-controller/blob/b0c6b0d9eab518cec7b04d665cd7a8794aa058c2/src/main/java/net/floodlightcontroller/odin/master/OdinAgent.java#L58
Therefore, the "report_mean" and all its associated functions can be removed.
The text was updated successfully, but these errors were encountered: