mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Update required modules for overlay dataplane encryption
Signed-off-by: Alessandro Boch <aboch@docker.com>
This commit is contained in:
parent
c98571b8f8
commit
275013ce8b
1 changed files with 3 additions and 2 deletions
|
@ -252,8 +252,9 @@ 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/^/ /'
|
||||
echo ' Optional (for encrypted networks):'
|
||||
check_flags CRYPTO CRYPTO_AEAD CRYPTO_GCM CRYPTO_SEQIV CRYPTO_GHASH \
|
||||
XFRM XFRM_USER XFRM_ALGO INET_ESP INET_XFRM_MODE_TRANSPORT | sed 's/^/ /'
|
||||
echo '- "'$(wrap_color 'ipvlan' blue)'":'
|
||||
check_flags IPVLAN | sed 's/^/ /'
|
||||
echo '- "'$(wrap_color 'macvlan' blue)'":'
|
||||
|
|
Loading…
Reference in a new issue