Merge pull request #27301 from aboch/cfg
Update required modules for overlay dataplane encryption
This commit is contained in:
commit
625e9f786a
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…
Add table
Reference in a new issue