Browse code

Update check-config.sh to include modules for FTP/TFTP

Signed-off-by: Santhosh Manohar <santhosh@docker.com>

Santhosh Manohar authored on 2016/12/14 07:51:45
Showing 1 changed files
... ...
@@ -293,6 +293,8 @@ echo '  - "'$(wrap_color 'ipvlan' blue)'":'
293 293
 check_flags IPVLAN | sed 's/^/    /'
294 294
 echo '  - "'$(wrap_color 'macvlan' blue)'":'
295 295
 check_flags MACVLAN DUMMY | sed 's/^/    /'
296
+echo '  - "'$(wrap_color 'ftp,tftp client in container' blue)'":'
297
+check_flags NF_NAT_FTP NF_CONNTRACK_FTP NF_NAT_TFTP NF_CONNTRACK_TFTP | sed 's/^/    /'
296 298
 
297 299
 # only fail if no storage drivers available
298 300
 CODE=${EXITCODE}