<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:14:12 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-110] unable to configure ODL BGP via RESTCONF PUT to config:modules in latest 0.4.0 releases</title>
                <link>https://jira.opendaylight.org/browse/NETCONF-110</link>
                <project id="10142" key="NETCONF">netconf</project>
                    <description>&lt;p&gt;recent 0.4.0 releases (at least since the beginning of December, and possibly older - the last one I have that worked is mid-Oct) fail when trying to configure e.g. the BGP RIB using a PUT to /restconf/config/network-topology:network-topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/module/odl-bgp-rib-impl-cfg:rib-impl/example-bgp-rib.&lt;/p&gt;

&lt;p&gt;the error I get ends with:&lt;/p&gt;

&lt;p&gt;------&lt;br/&gt;
Caused by: NetconfDocumentedException{message=RemoteDevice&lt;/p&gt;
{controller-config}
&lt;p&gt;: Edit candidate failed: [RpcError [message=Unexpected error, severity=ERROR, errorType=APPLICATION, tag=operation-failed, applicationTag=null, info=&amp;lt;error&amp;gt;java.lang.IllegalStateException: Unable to resolve value AttributeConfigElement [defaultValue=null, value=[MappedDependency&lt;/p&gt;
{namespace=&apos;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&apos;, serviceName=&apos;bgp-table-type&apos;, refName=&apos;ipv4-unicast&apos;}
&lt;p&gt;, MappedDependency&lt;/p&gt;
{namespace=&apos;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&apos;, serviceName=&apos;bgp-table-type&apos;, refName=&apos;ipv6-unicast&apos;}
&lt;p&gt;, MappedDependency&lt;/p&gt;
{namespace=&apos;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&apos;, serviceName=&apos;bgp-table-type&apos;, refName=&apos;linkstate&apos;}
&lt;p&gt;, MappedDependency&lt;/p&gt;
{namespace=&apos;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&apos;, serviceName=&apos;bgp-table-type&apos;, refName=&apos;flowspec&apos;}
&lt;p&gt;]] to attribute local-table&amp;lt;/error&amp;gt;, cause=null]], errorType=application, errorTag=operation_failed, errorSeverity=warning, errorInfo={}}\n\tat org.opendaylight.netconf.sal.connect.netconf.sal.tx.AbstractWriteTx.invokeBlocking(AbstractWriteTx.java:69)\n\tat org.opendaylight.netconf.sal.connect.netconf.sal.tx.WriteCandidateTx.editConfig(WriteCandidateTx.java:188)\n\tat org.opendaylight.netconf.sal.connect.netconf.sal.tx.AbstractWriteTx.put(AbstractWriteTx.java:112)\n\t... 59 more\n&quot;&lt;br/&gt;
      }&lt;br/&gt;
    ]&lt;br/&gt;
  }&lt;br/&gt;
}&lt;br/&gt;
------&lt;/p&gt;

&lt;p&gt;Logs attached.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21123">NETCONF-110</key>
            <summary>unable to configure ODL BGP via RESTCONF PUT to config:modules in latest 0.4.0 releases</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <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="10003">Cannot Reproduce</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="giheron@cisco.com">Giles Heron</reporter>
                        <labels>
                    </labels>
                <created>Thu, 10 Dec 2015 20:20:21 +0000</created>
                <updated>Fri, 15 Mar 2019 22:22:17 +0000</updated>
                            <resolved>Tue, 15 Dec 2015 15:44:11 +0000</resolved>
                                                                    <component>netconf</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="39108" author="giheron@cisco.com" created="Thu, 10 Dec 2015 20:20:21 +0000"  >&lt;p&gt;Attachment karaf.zip has been added with description: zipped logs&lt;/p&gt;</comment>
                            <comment id="39103" author="vrpolak" created="Mon, 14 Dec 2015 16:26:02 +0000"  >&lt;p&gt;I have tried to reproduce, but it seems to work for me. Is is just because your URL is missing /topology/ just before /topology-netconf/ (probably not, error is different).&lt;br/&gt;
Feel free to re-open if you have specific data that trigger your symptom.&lt;/p&gt;

&lt;p&gt;Here is an example curl command (really long because all the data needed).&lt;/p&gt;

&lt;p&gt;curl -H &quot;Content-type:application/xml&quot; -H &quot;Accept:application/xml&quot; -X PUT -d &apos;&amp;lt;module xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:config&quot;&amp;gt;&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;x:rib-impl&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;example-bgp-rib&amp;lt;/name&amp;gt;&amp;lt;session-reconnect-strategy xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:protocol:framework&quot;&amp;gt;x:reconnect-strategy-factory&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;example-reconnect-strategy-factory&amp;lt;/name&amp;gt;&amp;lt;/session-reconnect-strategy&amp;gt;&amp;lt;rib-id xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;example-bgp-rib&amp;lt;/rib-id&amp;gt;&amp;lt;extensions xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:spi&quot;&amp;gt;x:extensions&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;global-rib-extensions&amp;lt;/name&amp;gt;&amp;lt;/extensions&amp;gt;&amp;lt;codec-tree-factory xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding&quot;&amp;gt;x:binding-codec-tree-factory&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;runtime-mapping-singleton&amp;lt;/name&amp;gt;&amp;lt;/codec-tree-factory&amp;gt;&amp;lt;openconfig-provider xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp-openconfig-spi&quot;&amp;gt;x:bgp-openconfig-provider&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;openconfig-bgp&amp;lt;/name&amp;gt;&amp;lt;/openconfig-provider&amp;gt;&amp;lt;tcp-reconnect-strategy xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:protocol:framework&quot;&amp;gt;x:reconnect-strategy-factory&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;example-reconnect-strategy-factory&amp;lt;/name&amp;gt;&amp;lt;/tcp-reconnect-strategy&amp;gt;&amp;lt;local-as xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;64496&amp;lt;/local-as&amp;gt;&amp;lt;data-provider xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:binding&quot;&amp;gt;x:binding-async-data-broker&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;pingpong-binding-data-broker&amp;lt;/name&amp;gt;&amp;lt;/data-provider&amp;gt;&amp;lt;bgp-dispatcher xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type&amp;gt;bgp-dispatcher&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;global-bgp-dispatcher&amp;lt;/name&amp;gt;&amp;lt;/bgp-dispatcher&amp;gt;&amp;lt;dom-data-provider xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type xmlns:x=&quot;urn:opendaylight:params:xml:ns:yang:controller:md:sal:dom&quot;&amp;gt;x:dom-async-data-broker&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;inmemory-data-broker&amp;lt;/name&amp;gt;&amp;lt;/dom-data-provider&amp;gt;&amp;lt;local-table xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type&amp;gt;bgp-table-type&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;ipv4-unicast&amp;lt;/name&amp;gt;&amp;lt;/local-table&amp;gt;&amp;lt;local-table xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type&amp;gt;bgp-table-type&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;ipv6-unicast&amp;lt;/name&amp;gt;&amp;lt;/local-table&amp;gt;&amp;lt;local-table xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type&amp;gt;bgp-table-type&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;linkstate&amp;lt;/name&amp;gt;&amp;lt;/local-table&amp;gt;&amp;lt;local-table xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type&amp;gt;bgp-table-type&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;ipv4-flowspec&amp;lt;/name&amp;gt;&amp;lt;/local-table&amp;gt;&amp;lt;local-table xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type&amp;gt;bgp-table-type&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;ipv6-flowspec&amp;lt;/name&amp;gt;&amp;lt;/local-table&amp;gt;&amp;lt;local-table xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;&amp;lt;type&amp;gt;bgp-table-type&amp;lt;/type&amp;gt;&amp;lt;name&amp;gt;labeled-unicast&amp;lt;/name&amp;gt;&amp;lt;/local-table&amp;gt;&amp;lt;bgp-rib-id xmlns=&quot;urn:opendaylight:params:xml:ns:yang:controller:bgp:rib:impl&quot;&amp;gt;192.0.2.3&amp;lt;/bgp-rib-id&amp;gt;&amp;lt;/module&amp;gt;&apos; 127.0.0.1:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/module/odl-bgp-rib-impl-cfg:rib-impl/example-bgp-rib&lt;/p&gt;

&lt;p&gt;GET curl to confirm the change (in bgp-rib-id) was applied:&lt;br/&gt;
curl -H &quot;Accept:application/xml&quot; 127.0.0.1:8181/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/module/odl-bgp-rib-impl-cfg:rib-impl/example-bgp-rib&lt;/p&gt;</comment>
                            <comment id="39104" author="giheron@cisco.com" created="Mon, 14 Dec 2015 17:33:04 +0000"  >&lt;p&gt;Of course that was a typo in the URL I gave.  The correct URL is:&lt;/p&gt;

&lt;p&gt;/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/module/odl-bgp-rib-impl-cfg:rib-impl/example-bgp-rib&lt;/p&gt;

&lt;p&gt;the data I PUT is:&lt;/p&gt;

&lt;p&gt;{ &quot;module&quot; : [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:rib-impl&quot;,&lt;br/&gt;
            &quot;name&quot;: &quot;example-bgp-rib&quot;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:bgp-rib-id&quot;: &quot;172.23.29.120&quot;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:bgp-dispatcher&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-dispatcher&quot;,
                &quot;name&quot;: &quot;global-bgp-dispatcher&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:extensions&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;odl-bgp-rib-spi-cfg:extensions&quot;,
                &quot;name&quot;: &quot;global-rib-extensions&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:tcp-reconnect-strategy&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;protocol-framework:reconnect-strategy-factory&quot;,
                &quot;name&quot;: &quot;example-reconnect-strategy-factory&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:rib-id&quot;: &quot;example-bgp-rib&quot;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:session-reconnect-strategy&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;protocol-framework:reconnect-strategy-factory&quot;,
                &quot;name&quot;: &quot;example-reconnect-strategy-factory&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:local-table&quot;: [&lt;br/&gt;
                &lt;/p&gt;
{
                    &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-table-type&quot;,
                    &quot;name&quot;: &quot;ipv4-unicast&quot;
                }
&lt;p&gt;,&lt;br/&gt;
                &lt;/p&gt;
{
                    &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-table-type&quot;,
                    &quot;name&quot;: &quot;ipv6-unicast&quot;
                }
&lt;p&gt;,&lt;br/&gt;
                &lt;/p&gt;
{
                    &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-table-type&quot;,
                    &quot;name&quot;: &quot;linkstate&quot;
                }
&lt;p&gt;,&lt;/p&gt;
                {
                    &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-table-type&quot;,
                    &quot;name&quot;: &quot;flowspec&quot;
                }
&lt;p&gt;            ],&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:data-provider&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;opendaylight-md-sal-binding:binding-async-data-broker&quot;,
                &quot;name&quot;: &quot;pingpong-binding-data-broker&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:dom-data-provider&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;opendaylight-md-sal-dom:dom-async-data-broker&quot;,
                &quot;name&quot;: &quot;pingpong-broker&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:codec-tree-factory&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;opendaylight-md-sal-binding:binding-codec-tree-factory&quot;,
                &quot;name&quot;: &quot;runtime-mapping-singleton&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:local-as&quot;: 65504&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;this all works fine with lithium/stable, and with &quot;older&quot; releases of master (from October).&lt;/p&gt;

&lt;p&gt;is this related to the fact that /restconf/config/network-topology:network-topology no longer works?&lt;/p&gt;</comment>
                            <comment id="39105" author="giheron@cisco.com" created="Mon, 14 Dec 2015 17:33:35 +0000"  >&lt;p&gt;Of course that was a typo in the URL I gave.  The correct URL is:&lt;/p&gt;

&lt;p&gt;/restconf/config/network-topology:network-topology/topology/topology-netconf/node/controller-config/yang-ext:mount/config:modules/module/odl-bgp-rib-impl-cfg:rib-impl/example-bgp-rib&lt;/p&gt;

&lt;p&gt;the data I PUT is:&lt;/p&gt;

&lt;p&gt;{ &quot;module&quot; : [&lt;br/&gt;
        {&lt;br/&gt;
            &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:rib-impl&quot;,&lt;br/&gt;
            &quot;name&quot;: &quot;example-bgp-rib&quot;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:bgp-rib-id&quot;: &quot;172.23.29.120&quot;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:bgp-dispatcher&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-dispatcher&quot;,
                &quot;name&quot;: &quot;global-bgp-dispatcher&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:extensions&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;odl-bgp-rib-spi-cfg:extensions&quot;,
                &quot;name&quot;: &quot;global-rib-extensions&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:tcp-reconnect-strategy&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;protocol-framework:reconnect-strategy-factory&quot;,
                &quot;name&quot;: &quot;example-reconnect-strategy-factory&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:rib-id&quot;: &quot;example-bgp-rib&quot;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:session-reconnect-strategy&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;protocol-framework:reconnect-strategy-factory&quot;,
                &quot;name&quot;: &quot;example-reconnect-strategy-factory&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:local-table&quot;: [&lt;br/&gt;
                &lt;/p&gt;
{
                    &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-table-type&quot;,
                    &quot;name&quot;: &quot;ipv4-unicast&quot;
                }
&lt;p&gt;,&lt;br/&gt;
                &lt;/p&gt;
{
                    &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-table-type&quot;,
                    &quot;name&quot;: &quot;ipv6-unicast&quot;
                }
&lt;p&gt;,&lt;br/&gt;
                &lt;/p&gt;
{
                    &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-table-type&quot;,
                    &quot;name&quot;: &quot;linkstate&quot;
                }
&lt;p&gt;,&lt;/p&gt;
                {
                    &quot;type&quot;: &quot;odl-bgp-rib-impl-cfg:bgp-table-type&quot;,
                    &quot;name&quot;: &quot;flowspec&quot;
                }
&lt;p&gt;            ],&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:data-provider&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;opendaylight-md-sal-binding:binding-async-data-broker&quot;,
                &quot;name&quot;: &quot;pingpong-binding-data-broker&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:dom-data-provider&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;opendaylight-md-sal-dom:dom-async-data-broker&quot;,
                &quot;name&quot;: &quot;pingpong-broker&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:codec-tree-factory&quot;: &lt;/p&gt;
{
                &quot;type&quot;: &quot;opendaylight-md-sal-binding:binding-codec-tree-factory&quot;,
                &quot;name&quot;: &quot;runtime-mapping-singleton&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &quot;odl-bgp-rib-impl-cfg:local-as&quot;: 65504&lt;br/&gt;
        }&lt;br/&gt;
    ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;this all works fine with lithium/stable, and with &quot;older&quot; releases of master (from October).&lt;/p&gt;

&lt;p&gt;is this related to the fact that /restconf/config/network-topology:network-topology no longer works?&lt;/p&gt;</comment>
                            <comment id="39106" author="vrpolak" created="Tue, 15 Dec 2015 12:55:00 +0000"  >&lt;p&gt;&amp;gt; serviceName=&apos;bgp-table-type&apos;, refName=&apos;flowspec&apos;&lt;/p&gt;

&lt;p&gt;This seem to be the issue, in Beryllium the service got renamed (to distinguish from ipv6-based one):&lt;br/&gt;
&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/28947/1/bgp/controller-config/src/main/resources/initial/31-bgp.xml&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/28947/1/bgp/controller-config/src/main/resources/initial/31-bgp.xml&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;That was the user error part.&lt;br/&gt;
The Bug part is that Restconf should report only this table type, not together with the other 3 correct ones.&lt;br/&gt;
I am not sure whether it is better to reassign this Bug or create new one.&lt;/p&gt;

&lt;p&gt;Comparing with result of Json GET I see more changes, so you may want to do more changes than just rename to &apos;ipv4-flowspec&apos; when on Beryllium.&lt;/p&gt;</comment>
                            <comment id="39107" author="giheron@cisco.com" created="Tue, 15 Dec 2015 15:44:11 +0000"  >&lt;p&gt;ah yes - should have tried a GET on the existing config and used that as a template for my PUT &lt;img class=&quot;emoticon&quot; src=&quot;https://jira.opendaylight.org/images/icons/emoticons/sad.png&quot; height=&quot;16&quot; width=&quot;16&quot; align=&quot;absmiddle&quot; alt=&quot;&quot; border=&quot;0&quot;/&gt;&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="12648" name="karaf.zip" size="764145" author="giheron@cisco.com" created="Thu, 10 Dec 2015 20:20:21 +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_10208" key="com.atlassian.jira.plugin.system.customfieldtypes:textfield">
                        <customfieldname>External issue ID</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>4755</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10201" key="com.atlassian.jira.plugin.system.customfieldtypes:url">
                        <customfieldname>External issue URL</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue><![CDATA[https://bugs.opendaylight.org/show_bug.cgi?id=4755]]></customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                <customfield id="customfield_10000" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>0|i01win:</customfieldvalue>

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