| # Range of IP addresses to hand out on management net | |
| dhcp-range=10.90.0.10,10.90.0.253 | |
| # Name of bridge on the management network. | |
| # Don't change this. It needs to be mgmtbr or else the install will break. | |
| interface=mgmtbr | |
| # Put the leasefile here so that 'uvt-kvm ip <vm>' will work. | |
| dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases | |
| # Default route for management network. | |
| dhcp-option=option:router,10.90.0.1 |