<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:22:27 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>[NETVIRT-779] Fib Manager / fib-show enhancement</title>
                <link>https://jira.opendaylight.org/browse/NETVIRT-779</link>
                <project id="10144" key="NETVIRT">netvirt</project>
                    <description>&lt;p&gt;fib-show should have the ability to dump  prefixes based on address-family used, or/and base don prefix/subnet value given in input&lt;/p&gt;

&lt;p&gt;the help command would look like following&lt;/p&gt;

&lt;p&gt;&amp;gt;fib-show --help&lt;br/&gt;
DESCRIPTION&lt;br/&gt;
        vpnservice:fib-show&lt;/p&gt;

&lt;p&gt;        Displays fibs entries&lt;/p&gt;

&lt;p&gt;SYNTAX&lt;br/&gt;
        vpnservice:fib-show &lt;span class=&quot;error&quot;&gt;&amp;#91;options&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;dummy&amp;#93;&lt;/span&gt;&lt;/p&gt;

&lt;p&gt;ARGUMENTS&lt;br/&gt;
        dummy&lt;br/&gt;
                Argument not needed&lt;/p&gt;

&lt;p&gt;OPTIONS&lt;br/&gt;
        --af&lt;br/&gt;
                filter on address family : ipv4, ipv6, l2vpn&lt;br/&gt;
        --help&lt;br/&gt;
                Display this help message&lt;br/&gt;
        --sub&lt;br/&gt;
                Filter on give IPv4/IPv6 prefix or subnet&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="20700">NETVIRT-779</key>
            <summary>Fib Manager / fib-show enhancement</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="10000">Done</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="philippe.guibert@6wind.com">Philippe Guibert</reporter>
                        <labels>
                    </labels>
                <created>Tue, 11 Jul 2017 15:55:19 +0000</created>
                <updated>Thu, 19 Oct 2017 21:28:18 +0000</updated>
                            <resolved>Thu, 13 Jul 2017 09:56:09 +0000</resolved>
                                    <version>Nitrogen</version>
                                                    <component>General</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>1</watches>
                                                                                                                <comments>
                            <comment id="38099" author="prandieres@6wind.com" created="Thu, 13 Jul 2017 09:56:09 +0000"  >&lt;p&gt;fib-show options is enhanced to get dump sorted per address-families or/and prefix/subnet&lt;/p&gt;

&lt;p&gt;the help command would look like following&lt;/p&gt;

&lt;p&gt;fib-show --help&lt;br/&gt;
DESCRIPTION&lt;br/&gt;
        vpnservice:fib-show&lt;/p&gt;

&lt;p&gt;	Displays fib entries.	To get more help use cli fib-show fullHelp&lt;/p&gt;

&lt;p&gt;SYNTAX&lt;br/&gt;
        vpnservice:fib-show &lt;span class=&quot;error&quot;&gt;&amp;#91;options&amp;#93;&lt;/span&gt; &lt;span class=&quot;error&quot;&gt;&amp;#91;addFam|fullHelp&amp;#93;&lt;/span&gt; &lt;/p&gt;

&lt;p&gt;ARGUMENTS&lt;br/&gt;
        addFam|fullHelp&lt;br/&gt;
                type of address families to show, or full help cli&lt;/p&gt;

&lt;p&gt;OPTIONS&lt;br/&gt;
        --addr-family, -af&lt;br/&gt;
                show address family ipv4 and/or ipv6 and/or l2vpn&lt;br/&gt;
        --help&lt;br/&gt;
                Display this help message&lt;br/&gt;
        --subnet, -sub&lt;br/&gt;
                show only one IP or subnet sorted by mask ex &quot;x.x.x.x/32&quot; or &lt;br/&gt;
                &quot;2001::1/128&quot;&lt;/p&gt;


&lt;p&gt;A few examples of use :&lt;/p&gt;

&lt;p&gt;to show ipv4 address family only:&lt;br/&gt;
&amp;gt;fib-show -af ipv4&lt;br/&gt;
   RD       Prefix                NextHop               Label    Origin &lt;br/&gt;
   -------------------------------------------------------------------&lt;br/&gt;
   8:1      4.1.2.0/24            3.4.4.4               552655   s      &lt;br/&gt;
   8:1      4.1.3.0/24            3.4.4.4               552655   s      &lt;br/&gt;
   8:1      4.1.3.1/32            3.4.4.4               552655   s      &lt;br/&gt;
   8:1      4.1.1.0/24            3.4.4.4               552655   s      &lt;br/&gt;
   8:1      4.1.2.1/32            3.4.4.4               552655   s&lt;/p&gt;

&lt;p&gt;to show ipv6 address family only:&lt;br/&gt;
&amp;gt;fib-show -af ipv6&lt;br/&gt;
   RD       Prefix                NextHop               Label    Origin &lt;br/&gt;
   -------------------------------------------------------------------&lt;br/&gt;
   8:1      2001::0/64            3.4.4.4               552656   s      &lt;br/&gt;
   8:1      2001::2/128           3.4.4.4               552656   s      &lt;br/&gt;
   8:1      2002::0/64            3.4.4.4               552656   s      &lt;br/&gt;
   8:1      2002::1/128           3.4.4.4               552656   s      &lt;br/&gt;
   8:1      2002::2/128           3.4.4.4               552656   s      &lt;br/&gt;
   8:1      2001::1/128           3.4.4.4               552656   s    &lt;/p&gt;

&lt;p&gt;to show only one entry:&lt;br/&gt;
&amp;gt;fib-show -sub 4.1.3.0/24&lt;br/&gt;
   RD       Prefix                NextHop               Label    Origin &lt;br/&gt;
   -------------------------------------------------------------------&lt;br/&gt;
   8:1      4.1.3.0/24            3.4.4.4               552655   s&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>8841</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=8841]]></customfieldvalue>

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

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