Hi Masoud, Best list for this question is: [email protected]
Please try with Fluorine SR2 candidate: https://nexus.opendaylight.org/content/repositories//autorelease-2686/org/opendaylight/integration/karaf/0.9.2/karaf-0.9.2.zip as I think the issue you describe may be fixed there. BR/Luis > On Feb 5, 2019, at 1:59 AM, Masoud Hemmatpour (mhemmatp) <[email protected]> > wrote: > > Hello, > > I appreciate if you consider my question. If I am posting to the wrong > mailing list please let mew know. > > Something that I noticed from my issues is that the ODL remove the nested > namespaces from my xml body. > > Please, let me know how can I solve this issue. > > Kind Regards, > Thanks, > >> On 31 Jan 2019, at 13:14, Masoud Hemmatpour (mhemmatp) <[email protected]> >> wrote: >> >> Hello all, >> >> I am a newbie to OpenDaylight. I am going to configure an interface through >> the RESTAPI. Here it is my following API: >> >> http://localhost:8181/restconf/operations/network-topology:network-topology/topology/topology-netconf/node/new-netconf-device/yang-ext:mount/ietf-netconf:edit-config >> >> And here it is my xml body: >> >> >> <input xmlns="urn:ietf:params:xml:ns:netconf:base:1.0"> >> <target> >> <running/> >> </target> >> <config> >> <interfaces xmlns="urn:ietf:params:xml:ns:yang:ietf-interfaces"> >> <interface> >> <name>host-vpp1out</name> >> <description>Ethernet</description> >> <type >> xmlns:ianaift="urn:ietf:params:xml:ns:yang:iana-if-type">ianaift:ethernetCsmacd</type> >> <ipv4 xmlns="urn:ietf:params:xml:ns:yang:ietf-ip"> >> <enabled>true</enabled> >> <address> >> <ip>172.16.137.165</ip> >> <prefix-length>24</prefix-length> >> </address> >> </ipv4> >> </interface> >> </interfaces> >> </config> >> </input> >> >> I receive an error from netopeer2-server in which Request could not be >> completed because the requested operation is not supported by this >> implementation. >> >> Thank you, >> Kind Regards, > > _______________________________________________ > Discuss mailing list > [email protected] > https://lists.opendaylight.org/mailman/listinfo/discuss _______________________________________________ Discuss mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/discuss
