<!-- 
RSS generated by JIRA (8.20.10#820010-sha1:ace47f9899e9ee25d7157d59aa17ab06aee30d3d) at Wed Feb 07 20:35:57 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>[OVSDB-273] ARP request from public gateway not answered</title>
                <link>https://jira.opendaylight.org/browse/OVSDB-273</link>
                <project id="10158" key="OVSDB">ovsdb</project>
                    <description>&lt;p&gt;Pinging the public gateway from a VM that has a floating IP does not work.&lt;/p&gt;

&lt;p&gt;Analysis shows that OVS blocks ARP requests from the public gateway.&lt;/p&gt;

&lt;p&gt;From devstack node:&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;odl@vpn-6-116 ~&amp;#93;&lt;/span&gt;$ arp -a&lt;br/&gt;
sw01-dist-6.tlv.redhat.com (10.35.7.254) at 40:b4:f0:c2:24:01 &lt;span class=&quot;error&quot;&gt;&amp;#91;ether&amp;#93;&lt;/span&gt; on eth0&lt;br/&gt;
Note the public gateway&apos;s mac ^^^&lt;/p&gt;

&lt;p&gt;&lt;span class=&quot;error&quot;&gt;&amp;#91;odl@vpn-6-116 ~&amp;#93;&lt;/span&gt;$ sudo ovs-appctl bridge/dump-flows br-int&lt;br/&gt;
...&lt;br/&gt;
priority=180004,arp,dl_src=40:b4:f0:c2:24:01,arp_op=1,actions=NORMAL&lt;br/&gt;
duration=794s, n_packets=0, n_bytes=0, priority=180003,arp,dl_dst=40:b4:f0:c2:24:01,arp_op=2,actions=NORMAL&lt;br/&gt;
...&lt;/p&gt;

&lt;p&gt;These (^^^) hidden rules prevent the ARP request from being properly responded to.&lt;/p&gt;</description>
                <environment>&lt;p&gt;Operating System: All&lt;br/&gt;
Platform: All&lt;/p&gt;</environment>
        <key id="21965">OVSDB-273</key>
            <summary>ARP request from public gateway not answered</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="jhershbe">Josh Hershberg</assignee>
                                    <reporter username="jhershbe">Josh Hershberg</reporter>
                        <labels>
                    </labels>
                <created>Sun, 24 Jan 2016 11:34:35 +0000</created>
                <updated>Tue, 29 May 2018 14:58:55 +0000</updated>
                            <resolved>Mon, 25 Jan 2016 15:06:12 +0000</resolved>
                                    <version>unspecified</version>
                                                    <component>Southbound.Open_vSwitch</component>
                        <due></due>
                            <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="41199" author="jhershbe" created="Sun, 24 Jan 2016 11:39:23 +0000"  >&lt;p&gt;Note this issue is resolved by setting the bridge as not in &quot;in-band&quot; mode. The bug does not occur in master as a result of this commit:&lt;br/&gt;
&lt;span class=&quot;error&quot;&gt;&amp;#91;root@vm-18-80 ovsdb&amp;#93;&lt;/span&gt;# git show 3bbc624d&lt;br/&gt;
commit 3bbc624dbad7fdcd0bae091d8289990c884dde37&lt;br/&gt;
Author: Sam Hague &amp;lt;shague@redhat.com&amp;gt;&lt;br/&gt;
Date:   Sat Nov 14 00:44:31 2015 -0500&lt;/p&gt;

&lt;p&gt;    rework sfc flows 2&lt;/p&gt;

&lt;p&gt;    Change-Id: I9cb93d19d54cd7bcf7d93ab82e17dbe7579cafb3&lt;br/&gt;
    Signed-off-by: Sam Hague &amp;lt;shague@redhat.com&amp;gt;&lt;/p&gt;

&lt;p&gt;More specifically, this specific diff:&lt;/p&gt;

&lt;p&gt;diff --git a/openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SouthboundImpl.java b/openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SouthboundImpl.java&lt;br/&gt;
index 2ea5489..38eeaec 100644&lt;br/&gt;
&amp;#8212; a/openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SouthboundImpl.java&lt;br/&gt;
+++ b/openstack/net-virt/src/main/java/org/opendaylight/ovsdb/openstack/netvirt/impl/SouthboundImpl.java&lt;br/&gt;
@@ -33,6 +33,8 @@ import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.re&lt;br/&gt;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.OvsdbTerminationPointAugmentationBuilder;&lt;br/&gt;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.BridgeExternalIds;&lt;br/&gt;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.BridgeOtherConfigs;&lt;br/&gt;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.BridgeOtherConfigsBuilder;&lt;br/&gt;
+import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.BridgeOtherConfigsKey;&lt;br/&gt;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ControllerEntry;&lt;br/&gt;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ControllerEntryBuilder;&lt;br/&gt;
 import org.opendaylight.yang.gen.v1.urn.opendaylight.params.xml.ns.yang.ovsdb.rev150105.ovsdb.bridge.attributes.ProtocolEntry;&lt;br/&gt;
@@ -197,6 +199,13 @@ public class SouthboundImpl implements Southbound {&lt;br/&gt;
             ovsdbBridgeAugmentationBuilder.setProtocolEntry(createMdsalProtocols());&lt;br/&gt;
             ovsdbBridgeAugmentationBuilder.setFailMode(&lt;br/&gt;
                     MdsalHelper.OVSDB_FAIL_MODE_MAP.inverse().get(&quot;secure&quot;));&lt;br/&gt;
+            BridgeOtherConfigsBuilder bridgeOtherConfigsBuilder = new BridgeOtherConfigsBuilder();&lt;br/&gt;
+            bridgeOtherConfigsBuilder.setBridgeOtherConfigKey(MdsalHelper.DISABLE_IN_BAND);&lt;br/&gt;
+            bridgeOtherConfigsBuilder.setBridgeOtherConfigValue(&quot;true&quot;);&lt;br/&gt;
+            bridgeOtherConfigsBuilder.setBridgeOtherConfigKey(MdsalHelper.DISABLE_IN_BAND);&lt;br/&gt;
+            List&amp;lt;BridgeOtherConfigs&amp;gt; bridgeOtherConfigsList = new ArrayList&amp;lt;&amp;gt;();&lt;br/&gt;
+            bridgeOtherConfigsList.add(bridgeOtherConfigsBuilder.build());&lt;br/&gt;
+            ovsdbBridgeAugmentationBuilder.setBridgeOtherConfigs(bridgeOtherConfigsList);&lt;br/&gt;
             setManagedByForBridge(ovsdbBridgeAugmentationBuilder, ovsdbNode.getKey());&lt;br/&gt;
             if (isOvsdbNodeDpdk(ovsdbNode)) {&lt;br/&gt;
                 ovsdbBridgeAugmentationBuilder.setDatapathType(DatapathTypeNetdev.class);&lt;/p&gt;</comment>
                            <comment id="41200" author="shague@redhat.com" created="Sun, 24 Jan 2016 16:06:36 +0000"  >&lt;p&gt;Joshua,&lt;/p&gt;

&lt;p&gt;did you find this in stable/lithium? so master and stable/beryllium have the disable-inband and are working fine, right?&lt;/p&gt;

&lt;p&gt;Thanks, Sam&lt;/p&gt;</comment>
                            <comment id="41201" author="shague@redhat.com" created="Sun, 24 Jan 2016 19:01:18 +0000"  >&lt;p&gt;&lt;a href=&quot;https://git.opendaylight.org/gerrit/#/c/33435/&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://git.opendaylight.org/gerrit/#/c/33435/&lt;/a&gt;&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>5069</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=5069]]></customfieldvalue>

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

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