<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:47:09 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>[VPNSERVICE-33] Need vlan member support on same tap port with customized interface name support</title>
                <link>https://jira.opendaylight.org/browse/VPNSERVICE-33</link>
                <project id="10184" key="VPNSERVICE">vpnservice</project>
                    <description>&lt;p&gt;Vlan-Interface creation:&lt;br/&gt;
===================&lt;br/&gt;
{&lt;br/&gt;
  &quot;interface&quot;: [&lt;/p&gt;
    {
      &quot;enabled&quot;: &quot;true&quot;,
      &quot;description&quot;: &quot;Vlan Interface s1-eth1-1000&quot;,
      &quot;name&quot;: &quot;s1-eth1-1000&quot;,
      &quot;datapath-node-identifier&quot;: &quot;1&quot;,
      &quot;odl-interface:vlan-id&quot;: &quot;1000&quot;,
     &quot;parent-interface&quot;: &quot;s1-eth1&quot;,
     &quot;type&quot;: &quot;iana-if-type:l2vlan&quot;
    }
&lt;p&gt;  ]&lt;br/&gt;
}&lt;/p&gt;

&lt;p&gt;But I didn&#8217;t  see vlan-interface creation in the Operation data-store of interface-state DS. Due to this At the time of elan-interface creation  when we query vlan-interface from Interface-state operational Datastore no object is return and we not able to programmed flows and group(Elan-group).&lt;/p&gt;

&lt;p&gt;Currently when  interface name is provided other than the tap portname/switch port name . There is not Table 0,Table 52 etc not programmed .(Nothing other than default flows ) and ELAN group ( not programmed).&lt;/p&gt;

&lt;p&gt;If we provided tap port name then everything gets programmed even for single vlan member .&lt;/p&gt;

&lt;p&gt;Issue here is when interface name is anything else other than tap portname nothing gets programmed which has to be handled to test multiple vlan ports to same OF port .&lt;/p&gt;

&lt;p&gt;Also operation datastore does not have lower level interface information .&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21642">VPNSERVICE-33</key>
            <summary>Need vlan member support on same tap port with customized interface name support</summary>
                <type id="10104" iconUrl="https://jira.opendaylight.org/secure/viewavatar?size=xsmall&amp;avatarId=10303&amp;avatarType=issuetype">Bug</type>
                                                <status id="10004" iconUrl="https://jira.opendaylight.org/images/icons/status_generic.gif" description="">Verified</status>
                    <statusCategory id="3" key="done" colorName="green"/>
                                    <resolution id="10000">Done</resolution>
                                        <assignee username="k.faseela">Faseela K</assignee>
                                    <reporter username="vinay.s@ericsson.com">VINAY S</reporter>
                        <labels>
                    </labels>
                <created>Thu, 28 Jan 2016 10:48:53 +0000</created>
                <updated>Mon, 8 Feb 2016 07:23:16 +0000</updated>
                            <resolved>Mon, 8 Feb 2016 07:23:16 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>0</watches>
                                                                                                                <comments>
                            <comment id="40529" author="faseela.k@ericsson.com" created="Fri, 29 Jan 2016 09:22:03 +0000"  >&lt;p&gt;Issue has been fixed. &lt;br/&gt;
You have to use the json in below format :&lt;br/&gt;
&lt;a href=&quot;http://localhost:8181/restconf/config/ietf-interfaces:interfaces/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/ietf-interfaces:interfaces/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;    {&lt;br/&gt;
        &quot;interface&quot;: [&lt;br/&gt;
            &lt;/p&gt;
{
                &quot;name&quot;: &quot;s1-eth1&quot;,
                &quot;type&quot;: &quot;iana-if-type:l2vlan&quot;,
                &quot;l2vlan-mode&quot;:&quot;trunk&quot;,
                &quot;enabled&quot;: &quot;true&quot;
            }
&lt;p&gt;,&lt;/p&gt;
            {
                &quot;name&quot;: &quot;s1-eth2&quot;,
                &quot;type&quot;: &quot;iana-if-type:l2vlan&quot;,
                &quot;l2vlan-mode&quot;:&quot;trunk&quot;,
                &quot;enabled&quot;: &quot;true&quot;
            }
&lt;p&gt;        ]&lt;br/&gt;
    }&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://localhost:8181/restconf/config/ietf-interfaces:interfaces/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;http://localhost:8181/restconf/config/ietf-interfaces:interfaces/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;{&lt;br/&gt;
        &quot;interface&quot;: [&lt;br/&gt;
            &lt;/p&gt;
{
                &quot;name&quot;: &quot;s1-eth1-vlan1&quot;,
                &quot;type&quot;: &quot;iana-if-type:l2vlan&quot;,
                &quot;l2vlan-mode&quot;:&quot;native-tagged&quot;,
                &quot;vlan-id&quot;:1000,
                &quot;odl-interface:parent-interface&quot;: &quot;s1-eth1&quot;,
                &quot;enabled&quot;: &quot;true&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &lt;/p&gt;
{
                &quot;name&quot;: &quot;s1-eth1-vlan2&quot;,
                &quot;type&quot;: &quot;iana-if-type:l2vlan&quot;,
                &quot;l2vlan-mode&quot;:&quot;native-tagged&quot;,
                &quot;vlan-id&quot;:2000,
                &quot;odl-interface:parent-interface&quot;: &quot;s1-eth1&quot;,
                &quot;enabled&quot;: &quot;true&quot;
            }
&lt;p&gt;,&lt;br/&gt;
            &lt;/p&gt;
{
                &quot;name&quot;: &quot;s1-eth2-vlan1&quot;,
                &quot;type&quot;: &quot;iana-if-type:l2vlan&quot;,
                &quot;l2vlan-mode&quot;:&quot;native-tagged&quot;,
                &quot;vlan-id&quot;:1000,
                &quot;odl-interface:parent-interface&quot;: &quot;s1-eth2&quot;,
                &quot;enabled&quot;: &quot;true&quot;
            }
&lt;p&gt;,&lt;/p&gt;
            {
                &quot;name&quot;: &quot;s1-eth2-vlan2&quot;,
                &quot;type&quot;: &quot;iana-if-type:l2vlan&quot;,
                &quot;l2vlan-mode&quot;:&quot;native-tagged&quot;,
                &quot;vlan-id&quot;:2000,
                &quot;odl-interface:parent-interface&quot;: &quot;s1-eth2&quot;,
                &quot;enabled&quot;: &quot;true&quot;
            }
&lt;p&gt;        ]&lt;br/&gt;
    }&lt;/p&gt;</comment>
                            <comment id="40530" author="vinay.s@ericsson.com" created="Mon, 8 Feb 2016 07:23:16 +0000"  >&lt;p&gt;vERIFIED IN distribution-karaf-0.4.0-20160208.053726-3977&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                    </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>5127</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=5127]]></customfieldvalue>

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

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10101" key="com.atlassian.jira.plugin.system.customfieldtypes:select">
                        <customfieldname>Severity</customfieldname>
                        <customfieldvalues>
                                <customfieldvalue key="10302"><![CDATA[critical]]></customfieldvalue>

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