Skip to content

Commit

Permalink
Merge pull request #73 from BodongWang/ipsec
Browse files Browse the repository at this point in the history
mlnx_bf_configure: Remove old out dated IPSec configuration
  • Loading branch information
vladsokolovsky authored Nov 14, 2023
2 parents 0f14060 + 51b4480 commit c97000a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tsbin/mlnx_bf_configure
Original file line number Diff line number Diff line change
Expand Up @@ -235,15 +235,10 @@ do
set_eswitch_mode ${dev} legacy
RC=$((RC+$?))
fi
ipsec_mode=`get_dev_param ${dev} ipsec_mode`
if [ "$ipsec_mode" != "none" ]; then
set_dev_param ${dev} ipsec_mode none
fi
steering_mode=`get_steering_mode ${dev}`
if [ "${steering_mode}" == "smfs" ]; then
set_steering_mode ${dev} dmfs
fi
set_dev_param ${dev} ipsec_mode full
else
info "Crypto disabled on this devide. Skipping IPsec mode configuration."
fi
Expand Down

0 comments on commit c97000a

Please sign in to comment.