On Tue, 28 Mar 2017 09:17:24 +0200
Gianluca Cecchi <gianluca.cecchi@gmail.com> wrote:
> And I want to retain that vlan configuration.
Why not building the vlan configuration using oVirt?
You can try to
ifdown eth3.100 and eth4.100,
configure the ovirtmgmt on top if the bond by ovirt
and ifup eth3.100 and eth4.100 again.
But that is ugly and you have to test if this works.