[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

question on queries



Hello everyone,
In revision 4 of the netconf draft from part 6.8.3 thrrough 7.0 all examples have the structure like the one below:


<rpc message-id="101" xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
      <get-config>
        <filter type="subtree">
          <top xmlns="http://example.com/schema/1.2/config";>
            <users/>
          </top>
        </filter>
      </get-config>
</rpc>

Shouldn't there be a source element to indicate source file, after get-config element ?

--
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/>