Browse code

Add modules for secure overlay network to check-config.sh

Signed-off-by: Alessandro Boch <aboch@docker.com>

Alessandro Boch authored on 2016/06/23 01:44:56
Showing 1 changed files
... ...
@@ -249,6 +249,8 @@ echo '- Network Drivers:'
249 249
 {
250 250
 	echo '- "'$(wrap_color 'overlay' blue)'":'
251 251
 	check_flags VXLAN | sed 's/^/  /'
252
+	echo '  Optional (for secure networks):'
253
+	check_flags XFRM_ALGO XFRM_USER | sed 's/^/  /'
252 254
 } | sed 's/^/  /'
253 255
 
254 256
 echo '- Storage Drivers:'