OVS IntPort equivalent for Linux bridge? (SDN bridges refers)

hvisage

Renowned Member
May 21, 2013
297
32
93
I have needs to have multiple IPs/networks on the hypervisors, typically on different VLANs (like backups, corosyncing, ceph,etc. etc.)

Having used OVS before, it is/was a charm to do similar, as you just add an OVSIntPort with the VLAN and IPs, and you are done.

As the SDN is using Linux bridge only, and I want to stay with that, I see how to add an IP to the bridge itself, but not to specific VLANs as need be.

What is the advised/used/supported mechanisms to do similar to OVSIntPorts on the Linux Bridges (and specifically the SDN bridges)?