Skip to content

Issue in get_config parameters in Device.pm #37

Description

@Balakrishnan-Easwaran

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions