<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:15:24 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>OpenDaylight JIRA</title>
    <link>https://jira.opendaylight.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>8.20.10</version>
        <build-number>820010</build-number>
        <build-date>22-06-2022</build-date>
    </build-info>


<item>
            <title>[NETCONF-586] RPC ietf-netconf:edit-config removes device namespaces</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-586</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;I used to send the following ietf-netconf:edit-config RPC, back in Boron-SR3, that worked fine:&lt;br/&gt;
&#160;&lt;br/&gt;
&amp;lt;input xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;candidate/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;default-operation&amp;gt;none&amp;lt;/default-operation&amp;gt;&lt;br/&gt;
&amp;lt;config&amp;gt;&lt;br/&gt;
&#160; &amp;lt;interface-configurations &lt;b&gt;xmlns=&quot;&lt;a href=&quot;http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://cisco.com/ns/yang/Cisco-IOS-XR-ifmgr-cfg&lt;/a&gt;&quot;&lt;/b&gt;&amp;gt;&lt;br/&gt;
&#160; &#160; &amp;lt;interface-configuration&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &amp;lt;active&amp;gt;pre&amp;lt;/active&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &amp;lt;interface-name&amp;gt;TenGigE0/0/0/0&amp;lt;/interface-name&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &amp;lt;interface-mode-non-physical&amp;gt;default&amp;lt;/interface-mode-non-physical&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &amp;lt;description&amp;gt;test&amp;lt;/description&amp;gt;&lt;br/&gt;
&#160; &#160; &amp;lt;/interface-configuration&amp;gt;&lt;br/&gt;
&#160; &amp;lt;/interface-configurations&amp;gt;&lt;br/&gt;
&amp;lt;/config&amp;gt;&lt;br/&gt;
&amp;lt;/input&amp;gt;&lt;br/&gt;
&#160;&lt;br/&gt;
That same RPC fails in latest ODL (Flurine SR1); from the log, here is the message being sent to the device along with the error message replied.&lt;br/&gt;
&#160;&lt;br/&gt;
&amp;lt;rpc message-id=&quot;m-0&quot; xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot;&amp;gt;&lt;br/&gt;
&amp;lt;edit-config&amp;gt;&lt;br/&gt;
&amp;lt;target&amp;gt;&lt;br/&gt;
&amp;lt;candidate/&amp;gt;&lt;br/&gt;
&amp;lt;/target&amp;gt;&lt;br/&gt;
&amp;lt;default-operation&amp;gt;none&amp;lt;/default-operation&amp;gt;&lt;br/&gt;
&amp;lt;config&amp;gt;&lt;br/&gt;
&#160; &amp;lt;interface-configurations&amp;gt;&lt;br/&gt;
&#160; &#160; &amp;lt;interface-configuration&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &amp;lt;active&amp;gt;pre&amp;lt;/active&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &amp;lt;interface-name&amp;gt;TenGigE0/0/0/0&amp;lt;/interface-name&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &amp;lt;interface-mode-non-physical&amp;gt;default&amp;lt;/interface-mode-non-physical&amp;gt;&lt;br/&gt;
&#160; &#160; &#160; &amp;lt;description&amp;gt;test&amp;lt;/description&amp;gt;&lt;br/&gt;
&#160; &#160; &amp;lt;/interface-configuration&amp;gt;&lt;br/&gt;
&#160; &amp;lt;/interface-configurations&amp;gt;&lt;br/&gt;
&amp;lt;/config&amp;gt;&lt;br/&gt;
&amp;lt;/edit-config&amp;gt;&lt;br/&gt;
&amp;lt;/rpc&amp;gt;&lt;br/&gt;
, response: &amp;lt;rpc-reply xmlns=&quot;urn:ietf:params:xml:ns:netconf:base:1.0&quot; message-id=&quot;m-0&quot;&amp;gt;&lt;br/&gt;
&#160;&amp;lt;rpc-error&amp;gt;&lt;br/&gt;
&#160; &amp;lt;error-type&amp;gt;protocol&amp;lt;/error-type&amp;gt;&lt;br/&gt;
&#160; &amp;lt;error-tag&amp;gt;unknown-namespace&amp;lt;/error-tag&amp;gt;&lt;br/&gt;
&#160; &amp;lt;error-severity&amp;gt;error&amp;lt;/error-severity&amp;gt;&lt;br/&gt;
&#160; &amp;lt;error-info&amp;gt;&lt;br/&gt;
&#160; &#160;&amp;lt;bad-element&amp;gt;interface-configurations&amp;lt;/bad-element&amp;gt;&lt;br/&gt;
&#160; &#160;&amp;lt;bad-namespace&amp;gt;urn:ietf:params:xml:ns:netconf:base:1.0&amp;lt;/bad-namespace&amp;gt;&lt;br/&gt;
&#160; &amp;lt;/error-info&amp;gt;&lt;br/&gt;
&#160;&amp;lt;/rpc-error&amp;gt;&lt;br/&gt;
&amp;lt;/rpc-reply&amp;gt;&lt;br/&gt;
&#160;&lt;br/&gt;
As you can see, the namespace has been stripped out, hence device is unable to recognize the element I&#8217;m trying to configure.&lt;/p&gt;</description>
                <environment></environment>
        <key id="31126">NETCONF-586</key>
            <summary>RPC ietf-netconf:edit-config removes device namespaces</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                            <priority id="3" iconUrl="https://jira.opendaylight.org/images/icons/priorities/major.svg">Medium</priority>
                        <status id="5" iconUrl="https://jira.opendaylight.org/images/icons/statuses/resolved.png" description="A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.">Resolved</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10002">Duplicate</resolution>
                                        <assignee username="JMorvay">Jakub Morvay</assignee>
                                    <reporter username="adetalhouet">Alexis de Talhou&#235;t</reporter>
                        <labels>
                    </labels>
                <created>Wed, 28 Nov 2018 13:55:08 +0000</created>
                <updated>Wed, 5 Dec 2018 16:52:50 +0000</updated>
                            <resolved>Wed, 5 Dec 2018 16:52:11 +0000</resolved>
                                    <version>Nitrogen SR1</version>
                    <version>Oxygen</version>
                    <version>Oxygen SR3</version>
                    <version>Oxygen SR2</version>
                    <version>Nitrogen SR3</version>
                    <version>Oxygen SR1</version>
                    <version>Fluorine SR1</version>
                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                    <issuelinks>
                            <issuelinktype id="10002">
                    <name>Duplicate</name>
                                            <outwardlinks description="duplicates">
                                        <issuelink>
            <issuekey id="30243">YANGTOOLS-923</issuekey>
        </issuelink>
                            </outwardlinks>
                                                        </issuelinktype>
                    </issuelinks>
                <attachments>
                            <attachment id="15059" name="odl-issue-payload.txt" size="3264" author="adetalhouet" created="Wed, 28 Nov 2018 13:55:23 +0000"/>
                            <attachment id="15060" name="odl-issue.txt" size="106710" author="adetalhouet" created="Wed, 28 Nov 2018 13:55:24 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                            <customfield id="customfield_11400" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i03l2n:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                </customfields>
    </item>
</channel>
</rss>