...
brctl ( bridge-utils package) create bridge, it will be attach to a "host interface" and will have an IP@, tipical usage: mgt bridge or second interface/back up link
>>> New command: ip link add name br0 type bridge
virsh ( libvirt ) create virtual network, internal vbridge, only between VM.
...