aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2019-06-06 15:05:45 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2019-06-24 12:02:43 +0300
commit6b86d7138744731f30cab9b8a24bddb34a83941c (patch)
tree77d3c5c5e1ccf31bf264afbfe322bbb770f959da
parentafe842d93388ddf461e6af3ab3a8d5a252f0094e (diff)
example: ipsec: rename scripts with .sh postfix
Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Dmitry Eremin-Solenikov <deremin-solenikov@cavium.com>
-rw-r--r--example/ipsec/Makefile.am18
-rwxr-xr-xexample/ipsec/odp_ipsec_run_ah_in.sh (renamed from example/ipsec/odp_ipsec_run_ah_in)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_ah_out.sh (renamed from example/ipsec/odp_ipsec_run_ah_out)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_both_in.sh (renamed from example/ipsec/odp_ipsec_run_both_in)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_both_out.sh (renamed from example/ipsec/odp_ipsec_run_both_out)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_esp_in.sh (renamed from example/ipsec/odp_ipsec_run_esp_in)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_esp_out.sh (renamed from example/ipsec/odp_ipsec_run_esp_out)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_live.sh (renamed from example/ipsec/odp_ipsec_run_live)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_router.sh (renamed from example/ipsec/odp_ipsec_run_router)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_simple.sh (renamed from example/ipsec/odp_ipsec_run_simple)0
10 files changed, 9 insertions, 9 deletions
diff --git a/example/ipsec/Makefile.am b/example/ipsec/Makefile.am
index 67b5a6f5d..786507afd 100644
--- a/example/ipsec/Makefile.am
+++ b/example/ipsec/Makefile.am
@@ -3,15 +3,15 @@ include $(top_srcdir)/example/Makefile.inc
bin_PROGRAMS = odp_ipsec
dist_bin_SCRIPTS = \
- odp_ipsec_run_ah_in \
- odp_ipsec_run_ah_out \
- odp_ipsec_run_both_in \
- odp_ipsec_run_both_out \
- odp_ipsec_run_esp_in \
- odp_ipsec_run_esp_out \
- odp_ipsec_run_live \
- odp_ipsec_run_router \
- odp_ipsec_run_simple
+ odp_ipsec_run_ah_in.sh \
+ odp_ipsec_run_ah_out.sh \
+ odp_ipsec_run_both_in.sh \
+ odp_ipsec_run_both_out.sh \
+ odp_ipsec_run_esp_in.sh \
+ odp_ipsec_run_esp_out.sh \
+ odp_ipsec_run_live.sh \
+ odp_ipsec_run_router.sh \
+ odp_ipsec_run_simple.sh
odp_ipsec_SOURCES = odp_ipsec.c \
odp_ipsec_sa_db.c \
diff --git a/example/ipsec/odp_ipsec_run_ah_in b/example/ipsec/odp_ipsec_run_ah_in.sh
index 5ff168760..5ff168760 100755
--- a/example/ipsec/odp_ipsec_run_ah_in
+++ b/example/ipsec/odp_ipsec_run_ah_in.sh
diff --git a/example/ipsec/odp_ipsec_run_ah_out b/example/ipsec/odp_ipsec_run_ah_out.sh
index 53ddd2fb1..53ddd2fb1 100755
--- a/example/ipsec/odp_ipsec_run_ah_out
+++ b/example/ipsec/odp_ipsec_run_ah_out.sh
diff --git a/example/ipsec/odp_ipsec_run_both_in b/example/ipsec/odp_ipsec_run_both_in.sh
index 502f14a7d..502f14a7d 100755
--- a/example/ipsec/odp_ipsec_run_both_in
+++ b/example/ipsec/odp_ipsec_run_both_in.sh
diff --git a/example/ipsec/odp_ipsec_run_both_out b/example/ipsec/odp_ipsec_run_both_out.sh
index 3086e6f12..3086e6f12 100755
--- a/example/ipsec/odp_ipsec_run_both_out
+++ b/example/ipsec/odp_ipsec_run_both_out.sh
diff --git a/example/ipsec/odp_ipsec_run_esp_in b/example/ipsec/odp_ipsec_run_esp_in.sh
index a206cc401..a206cc401 100755
--- a/example/ipsec/odp_ipsec_run_esp_in
+++ b/example/ipsec/odp_ipsec_run_esp_in.sh
diff --git a/example/ipsec/odp_ipsec_run_esp_out b/example/ipsec/odp_ipsec_run_esp_out.sh
index b5a541eda..b5a541eda 100755
--- a/example/ipsec/odp_ipsec_run_esp_out
+++ b/example/ipsec/odp_ipsec_run_esp_out.sh
diff --git a/example/ipsec/odp_ipsec_run_live b/example/ipsec/odp_ipsec_run_live.sh
index f61d4e38f..f61d4e38f 100755
--- a/example/ipsec/odp_ipsec_run_live
+++ b/example/ipsec/odp_ipsec_run_live.sh
diff --git a/example/ipsec/odp_ipsec_run_router b/example/ipsec/odp_ipsec_run_router.sh
index 55ad766f5..55ad766f5 100755
--- a/example/ipsec/odp_ipsec_run_router
+++ b/example/ipsec/odp_ipsec_run_router.sh
diff --git a/example/ipsec/odp_ipsec_run_simple b/example/ipsec/odp_ipsec_run_simple.sh
index 462279161..462279161 100755
--- a/example/ipsec/odp_ipsec_run_simple
+++ b/example/ipsec/odp_ipsec_run_simple.sh