Merge "Force TFTP to listen on IPv4 endpoint"

This commit is contained in:
Jenkins 2014-05-06 11:49:19 +00:00 committed by Gerrit Code Review
commit 6445bd6c15

View File

@ -8,4 +8,7 @@ service tftp
server = /usr/sbin/in.tftpd
server_args = -v -v -v -v -v --map-file %TFTPBOOT_DIR%/map-file %TFTPBOOT_DIR%
disable = no
# This is a workaround for Fedora, where TFTP will listen only on
# IPv6 endpoint, if IPv4 flag is not used.
flags = IPv4
}