home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume27 / bootp-2.2.B / part01 / ToDo < prev    next >
Encoding:
Text File  |  1993-10-11  |  1.2 KB  |  30 lines

  1.  
  2. Options in responses:
  3.  
  4. RFC951 says:
  5.       The 'vend' field can be filled in by the client with
  6.       vendor-specific strings or structures.  For example the machine
  7.       hardware type or serial number may be placed here.  However the
  8.       operation of the BOOTP server should not DEPEND on this
  9.       information existing.
  10.  
  11. Therefore:
  12.  
  13. The bootpd should honor any vendor data structure set up by the client
  14. before trying to stuff in what it thinks the client wants.  This part
  15. is done, but we need a way to tell the bootp server which options to
  16. append to the options area when the client provides no template.
  17. Perhaps the server should first fill in all the options specifically
  18. asked for by the client (in its template), and then append all other
  19. option values known by the server as option space permits.
  20.  
  21. Response policy:
  22.  
  23. Version 2.2 does not respond to a bootp client if it does not see
  24. a file name corresponding to the :bf=" record.  This can lead to
  25. some confusion if one forgets to install the boot file.  It might
  26. be less confusing if bootp just responded whenever it has a boot
  27. record for that client, and let the client report failure reading
  28. the boot file when TFTP fails.  This is how bootpd-1.2 did it.
  29.  
  30.