This example uses VLAN isolation on the switches to
isolate tenant networks. This configuration labels the
physical network associated with the public network as
physnet1, and the physical network
associated with the data network as physnet2,
which leads to the following configuration options in
linuxbridge_conf.ini:
[vlans] tenant_network_type = vlan network_vlan_ranges = physnet2:100:110 [linux_bridge] physical_interface_mappings = physnet2:eth1

