On Sun, 02 Oct 2022 12:33:21 -0000, Klemens Nanni wrote: > -t Only honour a request if the server (the host that rarpd is > running on) can "boot" the target; that is, if a file or > directory called /tftpboot/ipaddr exists, where ipaddr is the > target IP address expressed in uppercase hexadecimal (only the > first 8 characters of filenames are checked). > > Unless -t is used, this directory is not accessed in any way; TFTP_DIR > is used once in rarp_bootable() which gets called once: > > if (tflag == 0 || rarp_bootable(htonl(target_ipaddr))) > rarp_reply(ii, ia, ep, target_ipaddr, hp);
OK millert@ - todd
