mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Add modules for secure overlay network to check-config.sh
Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
parent
e26c513fa8
commit
c355e059cc
1 changed files with 2 additions and 0 deletions
|
@ -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:'
|
||||
|
|
Loading…
Reference in a new issue