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

Re: draft-shafer-netconf-syslog-00.txt



Hi,

I discussed this briefly with Andy, and it seems the <rpc-reply> in
section 3.2.2 is wrong.  It has to be wrapped in a <data> element in
order to be valid NETCONF.  I.e.

       <rpc-reply xmlns="urn:ietf:params:xml:ns:netconf:base:1.0">
         <data>
           <syslog-events xmlns="http://ietf.org/netconf/syslog/1.0"/>
             <syslog>
               Jun 11 21:34:52  dent chassisd[2971]:
                 CHASSISD_IFDEV_DETACH_ALL_PSEUDO:
                   ifdev_detach(pseudo devices: all)
             </syslog>
           </syslog-event>
         </data>
       </rpc-reply>


/martin


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