Skip to content

Move command line parameters to Sysrepo

Pavel Doležal requested to merge feature/cmd_params_to_sysrepo into devel

Create items in Sysrepo configuration module for probe's command line parameters. The parameters can now be configured either from Sysrepo or from command line. '-i' and '-p' parameters will combine input from both Sysrepo and command line. '-l' and '-r' parameters will prefer input from command line if available, otherwise Sysrepo configuration will be used.

Merge request reports