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. Connect to server.
2. Send message with equal source and target datastore, for example:
<rpc xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="35">
<copy-config>
<source>
<candidate/>
</source>
<target>
<candidate/>
</target>
</copy-config>
</rpc>
What is the expected output?
If the <source> and <target> parameters identify the same URL or
configuration datastore, an error MUST be returned with an error-
tag containing "invalid-value". [RFC6241]
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="35">
<rpc-error>
<error-tag>invalid-value</error-tag>
<error-type>protocol</error-type>
<error-severity>error</error-severity>
<error-message>The request specifies an unacceptable value for one or more parameters.</error-message>
</rpc-error>
</rpc-reply>
What do you see instead?
<rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0" message-id="35">
<ok/>
</rpc-reply>
Please use labels and text to provide additional information.
Original issue reported on code.google.com by [email protected] on 17 Oct 2012 at 1:11
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 17 Oct 2012 at 1:11The text was updated successfully, but these errors were encountered: