Hello,
I was playing with ovs-vsctl, adding and removing ports/interfaces and
checking some traffic with ovs-tcpdump. Later, I noticed the following
warning in the logs:
ovs-vswitchd[156154]: ovs|02897|bridge|ERR|bridge ovs-default:
mirror m_bond0.10 does not specify output; ignoring
I tried t
On Tue, Apr 2, 2024 at 2:20 PM Ilya Maximets wrote:
> As the error message says, you're trying to remove the name from
> the mirror and not the mirror itself. Mirror must have a name,
> so the operation fails.
>
> And you will also not be able to remove the mirror record while
> bridge is referen