Merge pull request #21948 from tianon/check-config-network

Add "VXLAN" to check-config.sh
Upstream-commit: 8cb511b7d68b8d4a053ca260070ba781360bbdbf
Component: engine
This commit is contained in:
Alexander Morozov
2016-04-12 10:10:48 -07:00
@@ -241,6 +241,12 @@ if ! is_set EXT4_FS || ! is_set EXT4_FS_POSIX_ACL || ! is_set EXT4_FS_SECURITY;
echo " $(wrap_color 'enable these ext4 configs if you are using ext4 as backing filesystem' bold black)"
fi
echo '- Network Drivers:'
{
echo '- "'$(wrap_color 'overlay' blue)'":'
check_flags VXLAN | sed 's/^/ /'
} | sed 's/^/ /'
echo '- Storage Drivers:'
{
echo '- "'$(wrap_color 'aufs' blue)'":'