mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update check-config.sh to include modules for FTP/TFTP
Signed-off-by: Santhosh Manohar <santhosh@docker.com>
This commit is contained in:
parent
a58b5830b1
commit
e475136208
1 changed files with 2 additions and 0 deletions
|
@ -293,6 +293,8 @@ echo ' - "'$(wrap_color 'ipvlan' blue)'":'
|
|||
check_flags IPVLAN | sed 's/^/ /'
|
||||
echo ' - "'$(wrap_color 'macvlan' blue)'":'
|
||||
check_flags MACVLAN DUMMY | sed 's/^/ /'
|
||||
echo ' - "'$(wrap_color 'ftp,tftp client in container' blue)'":'
|
||||
check_flags NF_NAT_FTP NF_CONNTRACK_FTP NF_NAT_TFTP NF_CONNTRACK_TFTP | sed 's/^/ /'
|
||||
|
||||
# only fail if no storage drivers available
|
||||
CODE=${EXITCODE}
|
||||
|
|
Loading…
Reference in a new issue