Browse Source

Add "VXLAN" to check-config.sh

Signed-off-by: Andrew "Tianon" Page <admwiggin@gmail.com>
Tianon Gravi 9 years ago
parent
commit
c082dad637
1 changed files with 6 additions and 0 deletions
  1. 6 0
      contrib/check-config.sh

+ 6 - 0
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)"
 	echo "    $(wrap_color 'enable these ext4 configs if you are using ext4 as backing filesystem' bold black)"
 fi
 fi
 
 
+echo '- Network Drivers:'
+{
+	echo '- "'$(wrap_color 'overlay' blue)'":'
+	check_flags VXLAN | sed 's/^/  /'
+} | sed 's/^/  /'
+
 echo '- Storage Drivers:'
 echo '- Storage Drivers:'
 {
 {
 	echo '- "'$(wrap_color 'aufs' blue)'":'
 	echo '- "'$(wrap_color 'aufs' blue)'":'