aboutsummaryrefslogtreecommitdiff
path: root/example
diff options
context:
space:
mode:
authorAakash Sasidharan <asasidharan@marvell.com>2022-04-04 15:01:51 +0530
committerPetri Savolainen <petri.savolainen@nokia.com>2022-04-12 12:56:09 +0300
commitd4a92df42461512b325c3b7655c3d642fc002993 (patch)
tree4bc015df4fcdb7efe888581e1724e6f35b884735 /example
parentf6d918a7841e97e76577613379e54bb217bf2447 (diff)
example: ipsec_api: fix esp tunnel mode test
Add tunnel parameter to odp_ipsec_api_run_esp_tun_out.sh test script. Reported-by: Pradyumna Achyuthuni <pachyuthuni@marvell.com> Signed-off-by: Aakash Sasidharan <asasidharan@marvell.com> Reviewed-by: Janne Peltonen <janne.peltonen@nokia.com>
Diffstat (limited to 'example')
-rwxr-xr-xexample/ipsec_api/odp_ipsec_api_run_esp_tun_out.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/example/ipsec_api/odp_ipsec_api_run_esp_tun_out.sh b/example/ipsec_api/odp_ipsec_api_run_esp_tun_out.sh
index a4c62e226..2bda78665 100755
--- a/example/ipsec_api/odp_ipsec_api_run_esp_tun_out.sh
+++ b/example/ipsec_api/odp_ipsec_api_run_esp_tun_out.sh
@@ -22,6 +22,7 @@ setup_interfaces
-r 192.168.222.2/32,$ROUTE_IF_OUTB,08:00:27:F5:8B:DB \
-p 192.168.111.0/24,192.168.222.0/24,out,esp \
-e 192.168.111.2,192.168.222.2,3des,201,656c8523255ccc23a66c1917aa0cf30991fce83532a4b224 \
+ -t 192.168.111.2,192.168.222.2,10.0.111.2,10.0.222.2 \
-s 192.168.111.2,192.168.222.2,$IN_IF,$OUT_IF,10,100 \
-c 2 "$@"