Hi,
Using get_config with filters doesn't seem to work with netconf-perl. A small issue in getting the filter value in request parameters is causing the issue.
In Device.pm line 576,
$request .= $args{filter};
Does not have single quote to access the value for the key filter
Adding those single quotes will fix the working of get_config
If needed I can contribute.
Thanks,
Balakrishnan.
Hi,
Using
get_configwith filters doesn't seem to work with netconf-perl. A small issue in getting the filter value in request parameters is causing the issue.In Device.pm line 576,
$request .= $args{filter};Does not have single quote to access the value for the key
filterAdding those single quotes will fix the working of
get_configIf needed I can contribute.
Thanks,
Balakrishnan.