Comment 2 for bug 63843

Revision history for this message
Anthony G (anthony-groyer) wrote :

As kriss mentionned, the auto-generated tftpd configuration must include the "flags = IPv4" because tftp does not support ipv6:
"
service tftp
{
socket_type = dgram
protocol = udp
wait = yes
user = nobody
server = /usr/sbin/in.tftpd
server_args = /srv/tftp
flags = IPv4
}
"