Can a single physical interface act as “slave” for multiple bridge interfaces? For example, br0 and br1 would use eno1 physical.
Got KVM host with 4 physical nics, each nic assigned to a different vlan (en0=vlan1,en1=vlan2,en2=vlan3,en3=vlan3).
What I want to achieve is:
First nic (en0) use for iLO and KVM host IPs (nic is shared on hp server).
Second nic (en1) would like to share between three KVM VMs (so not sure if I can use same bridge or I need to create multiple bridges with single slave - "en1").
For Third and Fourth nics - will assign new bridge interfaces as VMs will be load balanced later.