aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2016-07-14 23:18:38 +0200
committerMaxim Uvarov <maxim.uvarov@linaro.org>2016-07-15 15:41:06 +0300
commit59b52a40e9e61992fc0089052055313774fde5f5 (patch)
tree0830c40447f055c880450061fb19a16ece9c011c
parentaa72a6f0af30414f5bf84e3fa3a20c755517cb86 (diff)
example/ipsec: scope ipsec examples
Signed-off-by: Anders Roxell <anders.roxell@linaro.org> Reviewed-and-tested-by: Mike Holmes <mike.holmes@linaro.org> Signed-off-by: Maxim Uvarov <maxim.uvarov@linaro.org>
-rw-r--r--example/ipsec/Makefile.am18
-rwxr-xr-xexample/ipsec/odp_ipsec_run_ah_in (renamed from example/ipsec/run_ah_in)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_ah_out (renamed from example/ipsec/run_ah_out)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_both_in (renamed from example/ipsec/run_both_in)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_both_out (renamed from example/ipsec/run_both_out)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_esp_in (renamed from example/ipsec/run_esp_in)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_esp_out (renamed from example/ipsec/run_esp_out)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_live (renamed from example/ipsec/run_live)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_router (renamed from example/ipsec/run_router)0
-rwxr-xr-xexample/ipsec/odp_ipsec_run_simple (renamed from example/ipsec/run_simple)0
10 files changed, 9 insertions, 9 deletions
diff --git a/example/ipsec/Makefile.am b/example/ipsec/Makefile.am
index c82ea0a7a..01ccd4262 100644
--- a/example/ipsec/Makefile.am
+++ b/example/ipsec/Makefile.am
@@ -15,15 +15,15 @@ noinst_HEADERS = \
$(top_srcdir)/example/example_debug.h
dist_bin_SCRIPTS = \
- $(srcdir)/run_ah_in \
- $(srcdir)/run_ah_out \
- $(srcdir)/run_both_in \
- $(srcdir)/run_both_out \
- $(srcdir)/run_esp_in \
- $(srcdir)/run_esp_out \
- $(srcdir)/run_live \
- $(srcdir)/run_router \
- $(srcdir)/run_simple
+ $(srcdir)/odp_ipsec_run_ah_in \
+ $(srcdir)/odp_ipsec_run_ah_out \
+ $(srcdir)/odp_ipsec_run_both_in \
+ $(srcdir)/odp_ipsec_run_both_out \
+ $(srcdir)/odp_ipsec_run_esp_in \
+ $(srcdir)/odp_ipsec_run_esp_out \
+ $(srcdir)/odp_ipsec_run_live \
+ $(srcdir)/odp_ipsec_run_router \
+ $(srcdir)/odp_ipsec_run_simple
dist_odp_ipsec_SOURCES = odp_ipsec.c \
odp_ipsec_sa_db.c \
diff --git a/example/ipsec/run_ah_in b/example/ipsec/odp_ipsec_run_ah_in
index 252f44bfd..252f44bfd 100755
--- a/example/ipsec/run_ah_in
+++ b/example/ipsec/odp_ipsec_run_ah_in
diff --git a/example/ipsec/run_ah_out b/example/ipsec/odp_ipsec_run_ah_out
index 9256c0723..9256c0723 100755
--- a/example/ipsec/run_ah_out
+++ b/example/ipsec/odp_ipsec_run_ah_out
diff --git a/example/ipsec/run_both_in b/example/ipsec/odp_ipsec_run_both_in
index c3f169cec..c3f169cec 100755
--- a/example/ipsec/run_both_in
+++ b/example/ipsec/odp_ipsec_run_both_in
diff --git a/example/ipsec/run_both_out b/example/ipsec/odp_ipsec_run_both_out
index 8ba067223..8ba067223 100755
--- a/example/ipsec/run_both_out
+++ b/example/ipsec/odp_ipsec_run_both_out
diff --git a/example/ipsec/run_esp_in b/example/ipsec/odp_ipsec_run_esp_in
index 12fdae691..12fdae691 100755
--- a/example/ipsec/run_esp_in
+++ b/example/ipsec/odp_ipsec_run_esp_in
diff --git a/example/ipsec/run_esp_out b/example/ipsec/odp_ipsec_run_esp_out
index 73c4ff0ef..73c4ff0ef 100755
--- a/example/ipsec/run_esp_out
+++ b/example/ipsec/odp_ipsec_run_esp_out
diff --git a/example/ipsec/run_live b/example/ipsec/odp_ipsec_run_live
index 90947ad7e..90947ad7e 100755
--- a/example/ipsec/run_live
+++ b/example/ipsec/odp_ipsec_run_live
diff --git a/example/ipsec/run_router b/example/ipsec/odp_ipsec_run_router
index 363029737..363029737 100755
--- a/example/ipsec/run_router
+++ b/example/ipsec/odp_ipsec_run_router
diff --git a/example/ipsec/run_simple b/example/ipsec/odp_ipsec_run_simple
index 12115838d..12115838d 100755
--- a/example/ipsec/run_simple
+++ b/example/ipsec/odp_ipsec_run_simple