numam-dpdk/examples/ipsec-secgw/test/tun_3descbc_sha1_esn_atom_defs.sh
Konstantin Ananyev 6909014946 examples/ipsec-secgw: fix library mode selection in tests
Right now majority of lib mode functional tests enable
library mode with '-w N' option.
It worked till recently, as legacy mode didn't support replay window.
Now it changed.
To fix - use '-l' option to enable library mode explicitly.

Fixes: 929784452094 ("examples/ipsec-secgw: add scripts for functional test")

Signed-off-by: Konstantin Ananyev <konstantin.ananyev@intel.com>
2019-11-08 13:51:16 +01:00

6 lines
84 B
Bash

#! /bin/bash
. ${DIR}/tun_3descbc_sha1_esn_defs.sh
SGW_CMD_XPRM='-e -a -w 300 -l'