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
Original issue opened by @italovalcy at kytos#62.
Hi guys,
If you change the polling interval and restart kytos, the change is lost.
Steps to reproduce:
$curl -X POST -d '{"polling_time": 1}' -H 'Content-type: application/json' http://localhost:8181/api/kytos/of_lldp/v1/polling_time
$ curl -s http://localhost:8181/api/kytos/of_lldp/v1/polling_time {"polling_time":1}
pkill kytosd kytosd
$ curl -s http://localhost:8181/api/kytos/of_lldp/v1/polling_time
Expected behavior: the polling interval should be the same previously configured through the API.
Actual behavior: the polling interval falls back to the default value
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Original issue opened by @italovalcy at kytos#62.
Hi guys,
If you change the polling interval and restart kytos, the change is lost.
Steps to reproduce:
Expected behavior: the polling interval should be the same previously configured through the API.
Actual behavior: the polling interval falls back to the default value
The text was updated successfully, but these errors were encountered: