forked from mirrors/tftp-hpa-google
Add code to always reply using the queried IP address, if the OS
makes it possible.
This commit is contained in:
parent
a24840a364
commit
ffa45eae76
8 changed files with 569 additions and 106 deletions
|
@ -3,7 +3,7 @@ all: tftpd
|
|||
include ../MCONFIG
|
||||
include ../MRULES
|
||||
|
||||
OBJS = tftpd.o tftpsubs.o
|
||||
OBJS = tftpd.o tftpsubs.o recvfrom.o
|
||||
|
||||
tftpd: $(OBJS)
|
||||
$(CC) $(LDFLAGS) $^ $(LIBS) -o $@
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue