Example dnsmasq config for CORD POD management network
diff --git a/files/etc/dnsmasq.d/cord b/files/etc/dnsmasq.d/cord
new file mode 100644
index 0000000..0925aae
--- /dev/null
+++ b/files/etc/dnsmasq.d/cord
@@ -0,0 +1,12 @@
+# 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