From c355e059cc1a4f66338a039240195c66dc928e73 Mon Sep 17 00:00:00 2001 From: Alessandro Boch Date: Wed, 22 Jun 2016 09:44:56 -0700 Subject: [PATCH] Add modules for secure overlay network to check-config.sh Signed-off-by: Alessandro Boch --- contrib/check-config.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/check-config.sh b/contrib/check-config.sh index a328e73c61..c71c81930e 100755 --- a/contrib/check-config.sh +++ b/contrib/check-config.sh @@ -249,6 +249,8 @@ echo '- Network Drivers:' { echo '- "'$(wrap_color 'overlay' blue)'":' check_flags VXLAN | sed 's/^/ /' + echo ' Optional (for secure networks):' + check_flags XFRM_ALGO XFRM_USER | sed 's/^/ /' } | sed 's/^/ /' echo '- Storage Drivers:'