<div dir="ltr"><div>Hi Lukasz:</div><div><br></div><div>This is happening because you are using the "iptables_hybrid" firewall driver in the OVS agent. That creates a namespace where a set of iptables is defined (firewall rules) and a linux bridge, that is connected to OVS using a veth pair [1]. If you need the native plug implementation, then use the native firewall (or don't use any). That will create a TAP port directly connected to the integration bridge.</div><div><br></div><div>Regards.<br></div><div><br></div><div>[1]<a href="https://www.rdoproject.org/networking/networking-in-too-much-detail/">https://www.rdoproject.org/networking/networking-in-too-much-detail/</a></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Mar 30, 2023 at 12:11 PM Luk <<a href="mailto:skidoo@tlen.pl">skidoo@tlen.pl</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hello,<br>
<br>
Can You share some thoughts/ideas or some clues regarding migration from linux bridge to ovs ? Does this migration is posible without interrupting traffic from VMs ?<br>
<br>
We have now linuxbridge with l3-ha, and we noticed that for example when doing live migration of VM from linuxbridge baked compute to openvswitch compute is created<br>
bridge... inside openvswitch, instead adding qvo device to br-int:<br>
<br>
     Bridge brq91dc40ac-ea<br>
        datapath_type: system<br>
        Port qvo84e2bd98-e9<br>
            Interface qvo84e2bd98-e9<br>
        Port brq91dc40ac-ea<br>
            Interface brq91dc40ac-ea<br>
                type: internal<br>
<br>
After removing the brq91dc40ac-ea from ovs, and hard reboot, the qvo interface is added properly to br-int:<br>
<br>
  Bridge br-int<br>
        Controller "tcp:<a href="http://127.0.0.1:6633" rel="noreferrer" target="_blank">127.0.0.1:6633</a>"<br>
            is_connected: true<br>
        fail_mode: secure<br>
        datapath_type: system<br>
        Port qvo84e2bd98-e9             <br>
            tag: 1<br>
            Interface qvo84e2bd98-e9<br>
<br>
Also, before hard reboot, there is no flow for br-int or any other openvswitch bridge regarding this VM/ip.<br>
<br>
Does anyone have same problems ? Have tried to migrate from lb to ovs ?<br>
<br>
Openstack version: ussuri<br>
OS: ubuntu 20<br>
<br>
Regards<br>
Lukasz<br>
<br>
<br>
</blockquote></div>