c00a5ba3a649eb8c889fe199076dda545aab0d38
[dpdk.git] / examples / ipsec-secgw / test / trs_aesgcm_inline_crypto_fallback_defs.sh
1 #! /bin/bash
2 # SPDX-License-Identifier: BSD-3-Clause
3
4 . ${DIR}/trs_aesgcm_defs.sh
5
6 if [[ -z "${CRYPTO_FLBK_TYPE}" ]]; then
7         CRYPTO_FLBK_TYPE="fallback lookaside-none"
8 fi
9
10 SGW_CFG_XPRM_IN="port_id 0 type inline-crypto-offload ${CRYPTO_FLBK_TYPE}"