<div dir="ltr">I&#39;m in a very similar boat as Shravan. The utility for me is to be able to test flow sets on arbitrary mininet topologies that simulate real world topologies that may or may not use VXLAN. The root cause as I see it is that mininet must put all OVS bridges in the same namespace. This is probably an OVS limitation not mininet. Has been discussed a little here: <a href="https://mail.openvswitch.org/pipermail/ovs-discuss/2015-September/038543.html">https://mail.openvswitch.org/pipermail/ovs-discuss/2015-September/038543.html</a><div><br></div><div>Of course you could start mininet itself in different namespaces, but that defeats a lot of the purpose of building topologies within a mininet.</div><div><br></div><div>Shravan, if you find a workable solution please let me know.</div><div><br></div><div>Thanks,</div><div>Michael</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Jan 13, 2017 at 7:07 AM, O&#39;Reilly, Darragh <span dir="ltr">&lt;<a href="mailto:darragh.oreilly@hpe.com" target="_blank">darragh.oreilly@hpe.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">





<div lang="EN-US" link="blue" vlink="purple">
<div class="m_-8016192397370997854WordSection1">
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">Not sure what you are trying to do. But if you just want to connect two bridges on the same host, then you can use patches or veths.<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">But if you really want to use vxlan, then maybe the loopback (lo <a href="http://127.0.0.1/8" target="_blank">127.0.0.1/8</a>) can be used, something like this:<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">ovs-vsctl add-br br0<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">ovs-vsctl add-port br0 vxlan0 -- set interface vxlan0 type=vxlan options:local_ip=127.1.1.1 options:remote_ip=127.2.2.2<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">ovs-vsctl add-br br1<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d">ovs-vsctl add-port br1 vxlan1 -- set interface vxlan1 type=vxlan options:local_ip=127.2.2.2 options:remote_ip=127.1.1.1<u></u><u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif;color:#1f497d"><u></u> <u></u></span></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #e1e1e1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"> <a href="mailto:ovs-discuss-bounces@openvswitch.org" target="_blank">ovs-discuss-bounces@<wbr>openvswitch.org</a> [mailto:<a href="mailto:ovs-discuss-bounces@openvswitch.org" target="_blank">ovs-discuss-bounces@<wbr>openvswitch.org</a>]
<b>On Behalf Of </b>Shravan S K<br>
<b>Sent:</b> 13 January 2017 10:21</span></p><div><div class="h5"><br>
<b>To:</b> Scott Lowe &lt;<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.org</a>&gt;<br>
<b>Cc:</b> <a href="mailto:ovs-discuss@openvswitch.org" target="_blank">ovs-discuss@openvswitch.org</a><br>
<b>Subject:</b> Re: [ovs-discuss] VXLAN support in OVS 2.5.0<u></u><u></u></div></div><p></p>
</div>
</div><div><div class="h5">
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<div>
<div>
<p class="MsoNormal">My motive is to simulate VXLAN functionality on a bigger topology using mininet.<br>
My plan - As Mininet uses OVS bridges to simulate vswitch functionality, we can use ovs-vsctl to configure VXLAN functionality on the bridges. I thought let me try for a simple topology without using Mininet and just using OVS on a single host and 2 VMs. If
 it works, then I can make a similar configuration for a bigger topology using mininet.
<u></u><u></u></p>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">OVS on a single host and 2 VMs : vm1-----br1-------br2-----vm2
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">I am confused on how to perform the vxlan config for the above setup.
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal">If the above one works, I could try on the mininet topologies.
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">For the mininet topology ( --topo=linear,2 )<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">h1 ----- s1 ------ s2 -------- h2 (h1,h2 are hosts, s1,s2 are switches - actually ovs bridges)<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><b>$ ovs-vsctl show </b><br>
ad172f01-511d-46fe-9022-<wbr>d23de31e06e2<br>
    Bridge &quot;s2&quot;<br>
        Controller &quot;ptcp:6635&quot;<br>
        fail_mode: standalone<br>
        Port &quot;s2-eth2&quot;<br>
            Interface &quot;s2-eth2&quot;<br>
        Port &quot;s2&quot;<br>
            Interface &quot;s2&quot;<br>
                type: internal<br>
        Port &quot;s2-eth1&quot;<br>
            Interface &quot;s2-eth1&quot;<br>
    Bridge &quot;s1&quot;<br>
        Controller &quot;ptcp:6634&quot;<br>
        fail_mode: standalone<br>
        Port &quot;s1-eth2&quot;<br>
            Interface &quot;s1-eth2&quot;<br>
        Port &quot;s1&quot;<br>
            Interface &quot;s1&quot;<br>
                type: internal<br>
        Port &quot;s1-eth1&quot;<br>
            Interface &quot;s1-eth1&quot;<br>
    ovs_version: &quot;2.5.0&quot;<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">In the mininet console,<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><b>mininet&gt;net</b><br>
h1 h1-eth0:s1-eth1<br>
h2 h2-eth0:s2-eth1<br>
s1 lo:  s1-eth1:h1-eth0 s1-eth2:s2-eth2<br>
s2 lo:  s2-eth1:h2-eth0 s2-eth2:s1-eth2<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">As the vxlan configuration part is related to OVS, I am asking in this forum, rather than the mininet forum.
<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal">Thanks. <u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
<div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal">Shravan<u></u><u></u></p>
</div>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On 13 January 2017 at 11:08, Scott Lowe &lt;<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.org</a>&gt; wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<div>
<p class="MsoNormal">I would still echo Raymond&#39;s suggestion: use VirtualBox to create two &quot;hosts&quot; running OVS and connect them via a VXLAN tunnel over standard VBox networking. You can use network namespaces (as Justin suggested) on the VMs running OVS to
 simulate connecting to OVS since VBox doesn&#39;t support nested virtualization.<u></u><u></u></p>
</div>
<div id="m_-8016192397370997854m_-1031823028067138837AppleMailSignature">
<p class="MsoNormal"><u></u> <u></u></p>
</div>
<div id="m_-8016192397370997854m_-1031823028067138837AppleMailSignature">
<p class="MsoNormal">You can take a look at &lt;<a href="https://github.com/lowescott/learning-tools" target="_blank">https://github.com/lowescott/<wbr>learning-tools</a>&gt; to see if there is a Vagrant environment I&#39;ve already created that might help you in this situation.<u></u><u></u></p>
</div>
<div id="m_-8016192397370997854m_-1031823028067138837AppleMailSignature">
<p class="MsoNormal"><span style="color:#888888"><br>
-- <u></u><u></u></span></p>
<div>
<p class="MsoNormal"><span style="color:#888888">Scott<u></u><u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:#888888"><u></u> <u></u></span></p>
</div>
<div>
<p class="MsoNormal"><span style="color:#888888">Sent from my mobile device<u></u><u></u></span></p>
</div>
</div>
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt"><br>
On Jan 12, 2017, at 9:46 PM, Shravan S K &lt;<a href="mailto:sra9449@gmail.com" target="_blank">sra9449@gmail.com</a>&gt; wrote:<u></u><u></u></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<div>
<div>
<p class="MsoNormal" style="margin-bottom:12.0pt">I know that. But I wanted to experiment with OVS bridges first, and then if it worked I wanted to re-create the config for a larger topology using Mininet(which uses OVS bridges(for switches) using OVS).<u></u><u></u></p>
</div>
<p class="MsoNormal">Thanks.<u></u><u></u></p>
</div>
<div>
<p class="MsoNormal"><br clear="all">
<u></u><u></u></p>
<div>
<div>
<div>
<p class="MsoNormal">Shravan<u></u><u></u></p>
</div>
</div>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
<div>
<p class="MsoNormal">On 13 January 2017 at 08:06, Raymond Burkholder &lt;<a href="mailto:ray@oneunified.net" target="_blank">ray@oneunified.net</a>&gt; wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-right:0cm">
<div>
<div>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">Try running VirtualBox, and build two guests with shared networking.   That will get you an appropriate simulation
 of computer to computer vxlan mechanisms.</span><u></u><u></u></p>
<p class="MsoNormal"><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif"> </span><u></u><u></u></p>
<div style="border:none;border-left:solid blue 1.5pt;padding:0cm 0cm 0cm 4.0pt">
<div>
<div style="border:none;border-top:solid #e1e1e1 1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">From:</span></b><span style="font-size:11.0pt;font-family:&quot;Calibri&quot;,sans-serif">
<a href="mailto:ovs-discuss-bounces@openvswitch.org" target="_blank">ovs-discuss-bounces@<wbr>openvswitch.org</a> [mailto:<a href="mailto:ovs-discuss-bounces@openvswitch.org" target="_blank">ovs-discuss-bounces@<wbr>openvswitch.org</a>]
<b>On Behalf Of </b>Shravan S K<br>
<b>Sent:</b> Thursday, January 12, 2017 22:34<br>
<b>To:</b> Scott Lowe &lt;<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.org</a>&gt;<br>
<b>Cc:</b> <a href="mailto:ovs-discuss@openvswitch.org" target="_blank">ovs-discuss@openvswitch.org</a><br>
<b>Subject:</b> Re: [ovs-discuss] VXLAN support in OVS 2.5.0</span><u></u><u></u></p>
</div>
</div>
<div>
<div>
<p class="MsoNormal"> <u></u><u></u></p>
<p>Because of lack of hardware, I&#39;m trying a vxlan setup on a single computer. <u></u>
<u></u></p>
<div>
<p class="MsoNormal">On 13-Jan-2017 04:47, &quot;Scott Lowe&quot; &lt;<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.org</a>&gt; wrote:<u></u><u></u></p>
<blockquote style="border:none;border-left:solid #cccccc 1.0pt;padding:0cm 0cm 0cm 6.0pt;margin-left:4.8pt;margin-top:5.0pt;margin-right:0cm;margin-bottom:5.0pt">
<p class="MsoNormal" style="margin-bottom:12.0pt">Please don&#39;t drop the list.<br>
<br>
Before we go down that path, can you help me understand what you&#39;re<br>
trying to achieve by building a VXLAN tunnel between two VMs on the same<br>
host?<br>
<br>
<br>
<br>
On 01/12/2017 10:15 AM, Shravan S K wrote:<br>
&gt; I am not sure how to do the config for what you said.<br>
&gt; Can you please explain how to configure the setup that you&#39;re suggesting ?<br>
&gt;<br>
&gt; Shravan<br>
&gt;<br>
&gt; On 12 January 2017 at 02:17, Scott Lowe &lt;<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.org</a><br>
&gt; &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a>&gt;&gt; wrote:<br>
&gt;<br>
&gt;     On 01/11/2017 03:54 AM, Shravan S K wrote:<br>
&gt;     &gt; Like this?<br>
&gt;     &gt; vm01-------------------|<br>
&gt;     &gt; |------------------vm03<br>
&gt;     &gt;<br>
&gt;     &gt; br1(vxlanport1)------------br-<wbr>int1=================br-int2--<wbr>--------(vxlanport2)br2<br>
&gt;     &gt; vm02-------------------|<br>
&gt;     &gt; |-------------------vm04<br>
&gt;     &gt;<br>
&gt;     &gt; What is the need for the bridges br-int1 and br-int2? Why is it not<br>
&gt;     &gt; possible without them(as the topology shown earlier in this thread)?<br>
&gt;<br>
&gt;<br>
&gt;     [SL] No, I don&#39;t think this is the configuration you&#39;d want to use. The<br>
&gt;     &quot;br-int&quot; bridges aren&#39;t strictly required; you could use br1 and br2.<br>
&gt;     The trick here---as you&#39;re trying to create a VXLAN tunnel within a<br>
&gt;     host---would be that you&#39;ll need 2 IP endpoints (one for each end of the<br>
&gt;     tunnel), and you&#39;d need each bridge with a VXLAN port to be associated<br>
&gt;     with one of those IP endpoints.<br>
&gt;<br>
&gt;     As I said, though, I haven&#39;t tested a configuration like this. Further,<br>
&gt;     to be honest, I&#39;m not really sure what you&#39;re trying to accomplish with<br>
&gt;     such a configuration.<br>
&gt;<br>
&gt;<br>
&gt;     &gt; Shravan<br>
&gt;     &gt;<br>
&gt;     &gt; On 11 January 2017 at 11:59, Scott Lowe &lt;<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.org</a> &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a>&gt;<br>
&gt;     &gt; &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a> &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a>&gt;&gt;&gt; wrote:<br>
&gt;     &gt;<br>
&gt;     &gt; Please see my response inline, prefixed with [SL].<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt; On 01/10/2017 09:50 PM, Shravan S K wrote:<br>
&gt;     &gt;&gt; I am asking if that can be done on a single physical host having<br>
&gt;     &gt;&gt; OVS. Say, as mininet creates bridges which act as switches. Can<br>
&gt;     &gt;&gt; vxlan be setup using Mininet?<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt; [SL] I don&#39;t know if it&#39;s possible for Mininet to set up VXLAN;<br>
&gt;     &gt; that&#39;s a question best asked on a Mininet-related forum.<br>
&gt;     &gt;<br>
&gt;     &gt; As for whether it can be done on a single host, I suppose if you were<br>
&gt;     &gt; to use 2 separate bridges for physical connectivity along with 2<br>
&gt;     &gt; separate bridges for the tunnels, it might work. I&#39;ve never tried it,<br>
&gt;     &gt; though, so this is just conjecture.<br>
&gt;     &gt;<br>
&gt;     &gt;<br>
&gt;     &gt;&gt; Shravan<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; On 10 January 2017 at 23:33, Scott Lowe &lt;<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.org</a> &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a>&gt;<br>
&gt;     &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a> &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a>&gt;&gt;<br>
&gt;     &gt;&gt; &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a><br>
&gt;     &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a>&gt; &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a><br>
&gt;     &lt;mailto:<a href="mailto:scott.lowe@scottlowe.org" target="_blank">scott.lowe@scottlowe.<wbr>org</a>&gt;&gt;&gt;&gt; wrote:<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Please see my response below.<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; On 01/10/2017 02:26 AM, Shravan S K wrote:<br>
&gt;     &gt;&gt;&gt; Is it possible to create a VXLAN setup using just bridges created<br>
&gt;     &gt;&gt;&gt; by OVS? (using ovs-vsctl to create these bridges,ports and vxlan<br>
&gt;     &gt;&gt;&gt; config)<br>
&gt;     &gt;&gt;&gt;<br>
&gt;     &gt;&gt;&gt; vm01-------------------|             |------------------vm03<br>
&gt;     &gt;&gt;&gt;                           br1-------br2<br>
&gt;     &gt;&gt;&gt; vm02-------------------|             |-------------------vm04<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Yes, this is possible. On each hypervisor where OVS is running and<br>
&gt;     &gt;&gt; where you have VMs you&#39;d like to connect over VXLAN tunnels, create<br>
&gt;     &gt;&gt; a bridge (&quot;br-tun&quot;, for example). Create and configure a VXLAN port<br>
&gt;     &gt;&gt; appropriately on br-tun on each hypervisor, and then connect your<br>
&gt;     &gt;&gt; VMs. You should be good to go. My website has an example of doing<br>
&gt;     &gt;&gt; this with GRE; VXLAN should be nearly identical.<br>
&gt;     &gt;&gt;<br>
&gt;     &gt;&gt; Hope this helps,<br>
&gt;<br>
&gt;<br>
&gt;     --<br>
&gt;     Scott<br>
&gt;<br>
&gt;<br>
&gt;<u></u><u></u></p>
</blockquote>
</div>
</div>
</div>
<p class="MsoNormal"><span style="color:#888888"><br>
-- <br>
This message has been scanned for viruses and <br>
dangerous content by <a href="http://www.mailscanner.info/" target="_blank"><b>MailScanner</b></a>, and is
<br>
believed to be clean. <u></u><u></u></span></p>
</div>
</div>
<p class="MsoNormal"><span style="color:#888888"><br>
<span class="m_-8016192397370997854m-1031823028067138837hoenzb">-- </span><br>
<span class="m_-8016192397370997854m-1031823028067138837hoenzb">This message has been scanned for viruses and
</span><br>
<span class="m_-8016192397370997854m-1031823028067138837hoenzb">dangerous content by <a href="http://www.mailscanner.info/" target="_blank">
<b>MailScanner</b></a>, and is </span><br>
<span class="m_-8016192397370997854m-1031823028067138837hoenzb">believed to be clean. </span></span><u></u><u></u></p>
</div>
</blockquote>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div>
</blockquote>
</div>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<div>
<p class="MsoNormal">______________________________<wbr>_________________<br>
discuss mailing list<br>
<a href="mailto:discuss@openvswitch.org" target="_blank">discuss@openvswitch.org</a><br>
<a href="https://mail.openvswitch.org/mailman/listinfo/ovs-discuss" target="_blank">https://mail.openvswitch.org/<wbr>mailman/listinfo/ovs-discuss</a><u></u><u></u></p>
</div>
</blockquote>
</div>
</blockquote>
</div>
<p class="MsoNormal"><u></u> <u></u></p>
</div>
</div></div></div>
</div>
</div>

<br>______________________________<wbr>_________________<br>
discuss mailing list<br>
<a href="mailto:discuss@openvswitch.org">discuss@openvswitch.org</a><br>
<a href="https://mail.openvswitch.org/mailman/listinfo/ovs-discuss" rel="noreferrer" target="_blank">https://mail.openvswitch.org/<wbr>mailman/listinfo/ovs-discuss</a><br>
<br></blockquote></div><br></div>