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
When configuring export nodes info, 6lbr say: "2021-03-25 12:19:56.886436: Invalid param: 'path'". Code even not handling this param:
LOG6LBR_DEBUG("Got param: '%s' = '%s'\n", param, value); if (0) { } else if(strcmp(param, "interval") == 0) { node_info_export_set_interval(atoi(value)); } else if(strcmp(param, "file") == 0) { node_info_export_file_name = strdup(value); } else { LOG6LBR_INFO("Invalid param: '%s'", param);
6lbr/examples/6lbr/apps/node-info/webserver-node-info-export.c
Line 116 in c3092a1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When configuring export nodes info, 6lbr say: "2021-03-25 12:19:56.886436: Invalid param: 'path'".
Code even not handling this param:
6lbr/examples/6lbr/apps/node-info/webserver-node-info-export.c
Line 116 in c3092a1
The text was updated successfully, but these errors were encountered: