You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1. Issue a get-schema rpc.
<rpc message-id="m-0" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<get-schema xmlns="urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring">
<format>yang</format>
<identifier>ietf-netconf-acm</identifier>
<version>2012-02-22</version>
</get-schema>
</rpc>
2. Wait for result rpc
What is the expected output? What do you see instead?
Expected response is rpc-reply conforming to the ietf-netconf-monitoring, with
namespace urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring.
Incorrect returned value was:
<?xml version="1.0" encoding="UTF-8"?>
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="m-0">
<data xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">module "ietf-netconf-acm" {
namespace "urn:ietf:params:xml:ns:yang:ietf-netconf-acm";
prefix "nacm";
...
Which contains a data element with namespace
urn:ietf:params:xml:ns:netconf:base:1.0.
The correct namespace should be
urn:ietf:params:xml:ns:yang:ietf-netconf-monitoring.
Build on master
Please provide any additional information below.
Original issue reported on code.google.com by tonydam...@gmail.com on 27 Feb 2014 at 1:02
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
tonydam...@gmail.comon 27 Feb 2014 at 1:02The text was updated successfully, but these errors were encountered: