[Etherboot-developers] 5.3 Bug Compiling Supoport for Multicast tftp
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Timothy L. <tl...@ro...> - 2003-08-26 08:18:42
|
Hi I compiled in support for multicast tftp and received an tow errors. The patch below resolved it, but I was unsure whether it is correct because I don't seem to be able to find a multicast enabled tftp server. (If you know where to find one, please let me know). Tim Index: include/etherboot.h =================================================================== RCS file: /cvsroot/etherboot/etherboot/etherboot-5.3/src/include/etherboot.h,v retrieving revision 1.3 diff -r1.3 etherboot.h 126c126,127 < #define MAX_ARP ARP_GATEWAY+1 --- > #define ARP_TFTM 3 > #define MAX_ARP ARP_TFTM+1 233a235,237 > > /* proto_tftm.c */ > extern int url_tftm P((const char *name, int (*fnc)(unsigned char *, unsigned int, unsigned int, int))); --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.510 / Virus Database: 307 - Release Date: 8/14/2003 |