[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
default-operation
What is the result of this rpc?
1. Is this a data model that specifies default merge behavior
2. Is this a data model that doesn't support optional "operation"
attribute
and hence the default-operation replace will happen
<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
<edit-config>
<target>
<running/>
</target>
<default-operation>replace</default-operation>
<config>
<top xmlns="http://example.com/schema/1.2/config">
<interface>
<name>Ethernet0/0</name>
<mtu>1500</mtu>
</interface>
</top>
</config>
</edit-config>
</rpc>
thanks,
Sandeep
--
to unsubscribe send a message to netconf-request@ops.ietf.org with
the word 'unsubscribe' in a single line as the message text body.
archive: <http://ops.ietf.org/lists/netconf/>