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

Issue in get_config parameters in Device.pm #37

Open
Balakrishnan-Easwaran opened this issue Nov 16, 2017 · 0 comments
Open

Issue in get_config parameters in Device.pm #37

Balakrishnan-Easwaran opened this issue Nov 16, 2017 · 0 comments

Comments

@Balakrishnan-Easwaran
Copy link

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.

vignesh-k added a commit to vignesh-k/netconf-perl that referenced this issue Dec 5, 2018
Issue Juniper#35 : For fields which are not predefined in %methods, use the input as it is without changing _ to -.
Issue Juniper#37 : Included quotes
Issue Juniper#38 : Commented out the print statement.

Additional change : Commented out 'Disconnecting' carp call.
ydnath pushed a commit that referenced this issue Dec 11, 2018
Issue #35 : For fields which are not predefined in %methods, use the input as it is without changing _ to -.
Issue #37 : Included quotes
Issue #38 : Commented out the print statement.

Additional change : Commented out 'Disconnecting' carp call.
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