[Etherboot-developers] 5.3 Bug Compiling Support for Multicast tftp
Brought to you by:
marty_connor,
stefanhajnoczi
|
From: Timothy L. <tl...@ro...> - 2003-08-26 00:48:18
|
Hi I compiled in support for multicast tftp and received two 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))); |