*** From dhcp-client -- To unsubscribe, see the end of this message. ***
using Version 2, Beta 1, Patchlevel 18.
the problem is that i've got all these weird "interfaces"
which aren't really interfaces and do not completely look
as such, and this throws off discover_interfaces() and
makes it exit (because of interfaces like teql0).
i got dhclient to work fine by patching as follows.
this is a quick and dirty, is there an official patch
for this?
tnx for any info,
-gabriel
--- dispatch.c Tue Mar 16 06:13:05 1999
+++ dispatch.gab.c Tue Mar 16 06:12:32 1999
@@ -395,7 +395,12 @@
#endif
default:
+ /* gab - so teql0 won't screw us up anymore */
+ /*
error ("%s: unknown hardware address type %d",
+ ifr.ifr_name, sa.sa_family);
+ */
+ warn ("%s: unknown hardware address type %d",
ifr.ifr_name, sa.sa_family);
}
}
------------------------------------------------------------------------------
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.
------------------------------------------------------------------------------