From 385a33a1f95d67123abf0a4c5b431da70c124f13 Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Mon, 11 Apr 2016 16:42:53 -0700 Subject: [PATCH] Add "VXLAN" to check-config.sh Signed-off-by: Andrew "Tianon" Page Upstream-commit: c082dad637f2b7ee07a284143566746c98bf1211 Component: engine --- components/engine/contrib/check-config.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/components/engine/contrib/check-config.sh b/components/engine/contrib/check-config.sh index bcc90d4a1f..b05f4cbe1c 100755 --- a/components/engine/contrib/check-config.sh +++ b/components/engine/contrib/check-config.sh @@ -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)'":'