On Fri, Aug 29, 2014 at 9:44 PM, Steven Chamberlain wrote:
> On kfreebsd, the udeb for ISC DHCP client fails to set a netmask,
> if one was given in the DHCP lease.  This means some hosts on the
> local network may be unreachable, perhaps nameservers or something
> essential for reaching the Internet.

Hi Steven,

dhclient-script.kfreebsd does something slightly different, which is

    ifconfig $interface inet $new_ip_address
${new_subnet_mask:+netmask $new_subnet_mask} ...

Wouldn't that be more correct to also for the udeb script?

Also, while you're looking at kfreebsd issues in dhcp, would you mind
reviewing the proposed patch for dhclient-script.kfreebsd in #691090?

Best wishes,
Mike


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to