Skip to content
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

webserver-node-info-export.c doesn't handle 'path' parameter #411

Open
sploitem opened this issue Mar 25, 2021 · 0 comments
Open

webserver-node-info-export.c doesn't handle 'path' parameter #411

sploitem opened this issue Mar 25, 2021 · 0 comments

Comments

@sploitem
Copy link

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);

LOG6LBR_DEBUG("Got param: '%s' = '%s'\n", param, value);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant