diff --git a/tools/ironic/templates/tftpd-xinetd.template b/tools/ironic/templates/tftpd-xinetd.template index 7b9b0f8a78..5f3d03f3bb 100644 --- a/tools/ironic/templates/tftpd-xinetd.template +++ b/tools/ironic/templates/tftpd-xinetd.template @@ -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 }