[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: system/1406: dhcpd refuses to bind to a specific interface
The following reply was made to PR system/1406; it has been noted by GNATS.
From: itojun@iijlab.net
To: michael@dynamine.net
Cc: gnats@openbsd.org
Subject: Re: system/1406: dhcpd refuses to bind to a specific interface
Date: Sun, 17 Sep 2000 10:47:08 +0900
>>Synopsis: dhcpd refuses to bind to a specific interface
>>Description:
> It appears that dhcpd will not accept interface names in its argument list as the man page indicates. I have two interfaces, vr0 and vr1, and I only want dhcpd to bind to vr1. However, executing "dhcpd -q vr1" yields a "vr1: not found, exiting"
error message, and dhcpd refuses to start. vr1 is up and running perfectly.
it looks very similar to NetBSd PR 10968. (a issue with SIOCGIFCONF)
http://www.NetBSD.org/cgi-bin/query-pr-single.pl?number=10968
itojun