aboutsummaryrefslogtreecommitdiffstats
path: root/vppctl
diff options
context:
space:
mode:
authorDamjan Marion <damarion@cisco.com>2015-12-16 20:52:23 +0100
committerDamjan Marion <damarion@cisco.com>2015-12-16 20:53:30 +0100
commitf750ac2b79fa150f5ff4d57281d04024658f3f42 (patch)
tree5010e2348f35be66bf7c3f48f15a07eb7166d3f0 /vppctl
parentfa1a6a4dd3af06523bf3cd53b4b21e7f32edec9a (diff)
Move vppctl to vpp-api-test
Change-Id: I4af0eb9c09d14a1a9803cf1b25bc3d7b814c82cc Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'vppctl')
-rw-r--r--vppctl/Makefile.am2
-rw-r--r--vppctl/configure.ac4
-rwxr-xr-xvppctl/vppctl2
3 files changed, 0 insertions, 8 deletions
diff --git a/vppctl/Makefile.am b/vppctl/Makefile.am
deleted file mode 100644
index d556cb2aa5c..00000000000
--- a/vppctl/Makefile.am
+++ /dev/null
@@ -1,2 +0,0 @@
-
-dist_bin_SCRIPTS = vppctl
diff --git a/vppctl/configure.ac b/vppctl/configure.ac
deleted file mode 100644
index 0421019452a..00000000000
--- a/vppctl/configure.ac
+++ /dev/null
@@ -1,4 +0,0 @@
-AC_INIT([vppctl], [1.0])
-AM_INIT_AUTOMAKE([foreign -Wall -Werror])
-AC_CONFIG_FILES([Makefile])
-AC_OUTPUT
diff --git a/vppctl/vppctl b/vppctl/vppctl
deleted file mode 100755
index b789493f2be..00000000000
--- a/vppctl/vppctl
+++ /dev/null
@@ -1,2 +0,0 @@
-#!/bin/bash
-echo exec ${@} | vpe_api_test | sed 's/vat# //g'