<p>Usually the line in dnsmasq.conf looks like this (below). Haven't used Quantum yet so don't know if the 'dhcp-option=' part being missing is the problem or not.</p>
<p>dhcp-option=tag:'unicorns',option:router,172.16.100.1</p>
<p>Nate</p>
<div class="gmail_quote">On Nov 30, 2012 12:10 PM, "Robert van Leeuwen" <<a href="mailto:Robert.vanLeeuwen@spilgames.com">Robert.vanLeeuwen@spilgames.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
>Yes the tag setting should be in the opts file.<br>
Ok, thanks, at least I do not have to look for a wrong configuration then.<br>
<br>
> What version of dnsmasq are you running?<br>
dnsmasq-2.48-6.el6.x86_64<br>
<br>
> Also can you get a tcpdump of the DHCP traffic?<br>
FYI: this is a different subnet example<br>
<br>
This is the opts file:<br>
tag:tag0,option:router,172.16.51.254<br>
The 172.16.51.100 is the dhcp server<br>
<br>
The tcpdump:<br>
<br>
18:04:29.000231 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 338)<br>
    0.0.0.0.bootpc > 255.255.255.255.bootps: [udp sum ok] BOOTP/DHCP, Request from fa:16:3e:9b:99:5a, length 310, xid 0xf1ffd930, Flags [none] (0x0000)<br>
          Client-Ethernet-Address fa:16:3e:9b:99:5a<br>
          Vendor-rfc1048 Extensions<br>
            Magic Cookie 0x63825363<br>
            DHCP-Message Option 53, length 1: Request<br>
            Requested-IP Option 50, length 4: 172.16.51.101<br>
            Parameter-Request Option 55, length 13:<br>
              Subnet-Mask, BR, Time-Zone, Classless-Static-Route<br>
              Domain-Name, Domain-Name-Server, Hostname, YD<br>
              YS, NTP, MTU, Option 119<br>
              Default-Gateway<br>
            Vendor-Class Option 60, length 43: "anaconda-Linux 2.6.32-279.el6.x86_64 x86_64"<br>
            END Option 255, length 0<br>
18:04:29.000441 IP (tos 0x0, ttl 64, id 20383, offset 0, flags [none], proto UDP (17), length 351)<br>
    172.16.51.100.bootps > 172.16.51.101.bootpc: [bad udp cksum b940!] BOOTP/DHCP, Reply, length 323, xid 0xf1ffd930, Flags [none] (0x0000)<br>
          Your-IP 172.16.51.101<br>
          Server-IP 172.16.51.100<br>
          Client-Ethernet-Address fa:16:3e:9b:99:5a<br>
          Vendor-rfc1048 Extensions<br>
            Magic Cookie 0x63825363<br>
            DHCP-Message Option 53, length 1: ACK<br>
            Server-ID Option 54, length 4: 172.16.51.100<br>
            Lease-Time Option 51, length 4: 120<br>
            RN Option 58, length 4: 60<br>
            RB Option 59, length 4: 105<br>
            Subnet-Mask Option 1, length 4: 255.255.252.0<br>
            BR Option 28, length 4: 172.16.51.255<br>
            Default-Gateway Option 3, length 4: 172.16.51.100<br>
            Domain-Name-Server Option 6, length 4: 172.16.51.100<br>
            Domain-Name Option 15, length 14: "openstacklocal"<br>
            Hostname Option 12, length 13: "172-16-51-101"<br>
            END Option 255, length 0<br>
<br>
_______________________________________________<br>
Mailing list: <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
Post to     : <a href="mailto:openstack@lists.launchpad.net">openstack@lists.launchpad.net</a><br>
Unsubscribe : <a href="https://launchpad.net/~openstack" target="_blank">https://launchpad.net/~openstack</a><br>
More help   : <a href="https://help.launchpad.net/ListHelp" target="_blank">https://help.launchpad.net/ListHelp</a><br>
</blockquote></div>