<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<style type="text/css" id="owaParaStyle" style="display: none; ">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body dir="ltr" fpstyle="1" aria-label="Message body" tabindex="0" style="">
<div name="divtagdefaultwrapper" id="divtagdefaultwrapper" style="font-family: Calibri,Arial,Helvetica,sans-serif; font-size: 12pt; color: #000000; margin: 0">
Can you create br0 with real interfaces before you add host to ONE and use br0 in network config section? The same way you created fake br10, but use ethXX . This should work...
<div><br>
</div>
<div>You don't need brctl, OVS takes care of creating br0 with 'ovs-vsctl addbr'.<br>
<div>
<div><br>
<div style="color: rgb(40, 40, 40); ">
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font face="Calibri, sans-serif" color="#000000" style="font-size:11pt"><b>From:</b> users-bounces@lists.opennebula.org <users-bounces@lists.opennebula.org> on behalf of 12navidb2@gmail.com <12navidb2@gmail.com><br>
<b>Sent:</b> Wednesday, September 04, 2013 6:28 AM<br>
<b>To:</b> users@lists.opennebula.org<br>
<b>Subject:</b> [one-users] haveing problem with vswitch</font>
<div> </div>
</div>
<div>
<div dir="rtl">
<div dir="ltr">I read openvswitch document completely about openvswitch <a href="http://opennebula.org/documentation:rel4.2:openvswitch" target="_blank">
http://opennebula.org/documentation:rel4.2:openvswitch</a><br>
<br>
</div>
<div dir="ltr">there is 2 way for using openvswitch, i can implant  second way (<b><code>ovswitch_brcompat)
</code></b>but this way is deprecated<br>
<b>Bridge compatibility is deprecated and may be removed no earlier than February 2013</b><br>
</div>
<div dir="ltr"><br>
</div>
<div dir="ltr">now but when I'm using first way, (using from openvswith without  <b>
<code>brcompat </code></b>and use from brctrl instead), opennebula when deploying new vm get error.
<br>
<br>
<br>
<br>
<span style="color:rgb(153,0,0)">Wed Sep 4 06:05:28 2013 [VMM][I]: post: Executed "sudo /usr/bin/ovs-vsctl set Port vnet0 tag=550".<br>
Wed Sep 4 06:05:28 2013 [VMM][I]: ovs-ofctl: br0 is not a bridge or a socket<br>
<span class="">Wed Sep 4 06:05:28 2013 [VMM][E]: post: Command "sudo /usr/bin/ovs-ofctl add-flow br0 in_port=,dl_src=02:00:ac:14:04:04,priority=40000,actions=normal" failed.</span><br>
<span class="">Wed Sep 4 06:05:28 2013 [VMM][E]: post: ovs-ofctl: dl_src=02:00:ac:14:04:04: bad syntax for in_port</span><br>
<span class="">Wed Sep 4 06:05:28 2013 [VMM][E]: ovs-ofctl: dl_src=02:00:ac:14:04:04: bad syntax for in_port</span></span><br>
<br>
</div>
<div dir="ltr">the main problem is that br0 is not created with openvswitch and create with brctl :)
<br>
<br>
</div>
<div dir="ltr">but for solve this problem, I create fake bridge with openvswith <br>
<br>
 # ovs-vsctl add-br br0<br>
# ovs-vsctl add-port br0 eth1<br>
# ovs-vsctl add-br br10 br0 10<br>
# ovs-vsctl list-br<br>
br0<br>
br10<br>
<br>
</div>
<div dir="ltr">so I inform to opennebula, br10 is my bridge <br>
</div>
<div dir="ltr">now problem is <span style="color:rgb(153,0,0)"><span class="">ovs-ofctl
</span></span>using br10 instead br0 and i get error from <span style="color:rgb(153,0,0)">
<span class="">ovs-ofctl . <br>
</span></span></div>
<div dir="ltr"><br>
</div>
<div dir="ltr">in this situation, ovs-vsctl must use fake bridge (br10) and ovs-ofctl must use real bridge (br0) until anything  work well
<br>
<br>
</div>
<div dir="ltr"><br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>