mirror of https://github.com/F-Stack/f-stack.git
8 lines
170 B
Bash
8 lines
170 B
Bash
|
#! /bin/bash
|
||
|
# SPDX-License-Identifier: BSD-3-Clause
|
||
|
|
||
|
. ${DIR}/tun_aesgcm_defs.sh
|
||
|
|
||
|
CRYPTO_DEV='--vdev="crypto_null0"'
|
||
|
SGW_CFG_XPRM='port_id 0 type inline-crypto-offload'
|