[Bug 1006898] Re: [SRU] dnsmasq fails at leasing issues when using vlan mode
Steve Langasek
steve.langasek at canonical.com
Tue Jun 26 22:39:09 UTC 2012
... and now I've reviewed the debdiff, and found it to not match the
upstream commit. This part of the patch to src/network.c is missing:
@@ -254,6 +261,7 @@ static int iface_allowed(struct irec **irecp, int if_index,
iface->addr = *addr;
iface->netmask = netmask;
iface->tftp_ok = tftp_ok;
+ iface->dhcp_ok = dhcp_ok;
iface->mtu = mtu;
iface->dad = dad;
iface->done = 0;
This means the value of dhcp_ok on each interface is *undefined*, and
this SRU would cause dnsmasq to *randomly* stop doing DHCP on configured
interfaces.
Rejecting from the queue.
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to dnsmasq in Ubuntu.
https://bugs.launchpad.net/bugs/1006898
Title:
[SRU] dnsmasq fails at leasing issues when using vlan mode
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/dnsmasq/+bug/1006898/+subscriptions
More information about the Ubuntu-server-bugs
mailing list