There is a way to create a mirror between bridges?
I set the follow command, but there is no traffic on vmbr3:
root@proxmox:~# ovs-vsctl -- --id=@p get bridge vmbr3 -- --id=@m create mirror name=mirror select-all=true output-port=@p -- set bridge vmbr2 mirror=@m
I set the follow command, but there is no traffic on vmbr3:
root@proxmox:~# ovs-vsctl -- --id=@p get bridge vmbr3 -- --id=@m create mirror name=mirror select-all=true output-port=@p -- set bridge vmbr2 mirror=@m