Browse code

Merge "Force TFTP to listen on IPv4 endpoint"

Jenkins authored on 2014/05/06 20:49:19
Showing 1 changed files
... ...
@@ -8,4 +8,7 @@ service tftp
8 8
   server          = /usr/sbin/in.tftpd
9 9
   server_args     = -v -v -v -v -v --map-file %TFTPBOOT_DIR%/map-file %TFTPBOOT_DIR%
10 10
   disable         = no
11
+  # This is a workaround for Fedora, where TFTP will listen only on
12
+  # IPv6 endpoint, if IPv4 flag is not used.
13
+  flags           = IPv4
11 14
 }