Merge "Force TFTP to listen on IPv4 endpoint"
This commit is contained in:
commit
6445bd6c15
@ -8,4 +8,7 @@ service tftp
|
|||||||
server = /usr/sbin/in.tftpd
|
server = /usr/sbin/in.tftpd
|
||||||
server_args = -v -v -v -v -v --map-file %TFTPBOOT_DIR%/map-file %TFTPBOOT_DIR%
|
server_args = -v -v -v -v -v --map-file %TFTPBOOT_DIR%/map-file %TFTPBOOT_DIR%
|
||||||
disable = no
|
disable = no
|
||||||
|
# This is a workaround for Fedora, where TFTP will listen only on
|
||||||
|
# IPv6 endpoint, if IPv4 flag is not used.
|
||||||
|
flags = IPv4
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user