Skip to content

YDK netconf read fails when <data> tag has namespace prefix #799

@ghost

Description

Issue tracker is ONLY used for reporting bugs. Please use the YDK Community for any support issues.

Expected Behavior

data tag with namespace prefix should work

Current Behavior

Below reply from device causes ydk.errors.YServiceProviderError: Can't find data tag in reply sent by device error

<nc:rpc-reply xmlns:nc="urn:ietf:params:xml:ns:netconf:base:1.0" xmlns:junos="http://xml.juniper.net/junos/15.1X49/junos" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="1">
  <nc:data>
...
</nc:data>
</nc:rpc-reply>

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions