*** From dhcp-server -- To unsubscribe, see the end of this message. ***
Try the following patch and see if it fixes your problem. What
you're reporting is definitely a bug.
_MelloN_
Index: discover.c
===================================================================
RCS file: /proj/src/isc/cvs-1/DHCP/common/discover.c,v
retrieving revision 1.8
diff -c -r1.8 discover.c
*** discover.c 1999/03/26 19:19:44 1.8
--- discover.c 1999/04/16 14:47:23
***************
*** 121,127 ****
/* Skip loopback, point-to-point and down interfaces,
except don't skip down interfaces if we're trying to
get a list of configurable interfaces. */
! if ((!(ifr.ifr_flags & IFF_BROADCAST) && !tmp) ||
(!(ifr.ifr_flags & IFF_UP) &&
state != DISCOVER_UNCONFIGURED))
continue;
--- 121,128 ----
/* Skip loopback, point-to-point and down interfaces,
except don't skip down interfaces if we're trying to
get a list of configurable interfaces. */
! if (((ifr.ifr_flags & IFF_LOOPBACK ||
! ifr.ifr_flags & IFF_POINTOPOINT) && !tmp) ||
(!(ifr.ifr_flags & IFF_UP) &&
state != DISCOVER_UNCONFIGURED))
continue;
------------------------------------------------------------------------------
To unsubscribe from this list, please visit http://www.fugue.com/dhcp/lists
If you are without web access, or if you are having trouble with the web page,
please send mail to [EMAIL PROTECTED] Please try to use the web
page first - it will take a long time for your request to be processed by hand.
------------------------------------------------------------------------------