<p>This was an intresting responce<br>
---------- Forwarded message ----------<br>
From: <<a href="mailto:bugzilla@redhat.com">bugzilla@redhat.com</a>><br>
Date: Dec 17, 2012 9:28 AM<br>
Subject: [Bug 887369] dnsmasq not loading any of the information from the options file<br>
To: <<a href="mailto:prmarino1@gmail.com">prmarino1@gmail.com</a>></p>
<p>Product: Red Hat OpenStack<br>
<a href="https://bugzilla.redhat.com/show_bug.cgi?id=887369">https://bugzilla.redhat.com/show_bug.cgi?id=887369</a></p>
<p>Tomas Hozza <<a href="mailto:thozza@redhat.com">thozza@redhat.com</a>> changed:</p>
<p>           What    |Removed                     |Added<br>
----------------------------------------------------------------------------<br>
              Group|                            |redhat<br>
                 CC|                            |<a href="mailto:ykaul@redhat.com">ykaul@redhat.com</a><br>
          Component|dnsmasq                     |openstack-quantum<br>
            Version|6.3                         |unspecified<br>
           Assignee|<a href="mailto:thozza@redhat.com">thozza@redhat.com</a>           |<a href="mailto:rhos-maint@redhat.com">rhos-maint@redhat.com</a><br>
            Product|Red Hat Enterprise Linux 6  |Red Hat OpenStack<br>
   Target Milestone|rc                          |RC<br>
         QA Contact|<a href="mailto:qe-baseos-daemons@redhat.co">qe-baseos-daemons@redhat.co</a> |<a href="mailto:oblaut@redhat.com">oblaut@redhat.com</a><br>
                   |m                           |</p>
<p>--- Comment #2 from Tomas Hozza <<a href="mailto:thozza@redhat.com">thozza@redhat.com</a>> ---<br>
This is *NOT A BUG* in dnsmasq-2.48.</p>
<p>If you read dnsmasq manual page, you will realise, that there is no such way to<br>
set TAGs by using "set:tag0" and also to refer to a TAG by "tag:tag0".<br>
Therefore it is not working with your options.</p>
<p>There was a change in dnsmasq-2.53 which introduced the *NEW* TAGs setting and<br>
referring, but these options are *NOT AVAILABLE* in dnsmasq versions lower than<br>
2.53.</p>
<p>Regarding to dnsmasq-2.48 manual page, you can use existing options to SET the<br>
TAG and to refer to a TAG. In your case if you use:</p>
<p>--dhcp-range=tag0,192.168.253.0,static,120s<br>
instead of<br>
--dhcp-range=set:tag0,192.168.253.0,static,120s<br></p>
<p>and in the dhcp-optsfile:</p>
<p>tag0,option:dns-server,10.254.254.42<br>
tag0,option:router,192.168.253.1</p>
<p>instead of</p>
<p>tag:tag0,option:dns-server,10.254.254.42<br>
tag:tag0,option:router,192.168.253.1</p>
<p>everything will work. I tested it and server returned right options in DHCP<br>
reply.<br></p>
<p>Changing Product to Red Hat OpenStack and component to openstack-quantum, since<br>
this is *NOT* a dnsmasq bug.</p>
<p>OpenStack need to be fixed to use proper options when running dnsmasq!</p>
<p>--<br>
You are receiving this mail because:<br>
You reported the bug.<br>
</p>