diff options
author | Chris Luke <chrisy@flirble.org> | 2017-10-30 10:17:50 -0400 |
---|---|---|
committer | Dave Wallace <dwallacelf@gmail.com> | 2017-10-30 18:55:22 +0000 |
commit | caa176b5435130f03051700731d4bf7a605719f8 (patch) | |
tree | 9f567a54de8c8f8b98eee75120d62b9169a03016 /src/vpp-api-test.am | |
parent | 9d286a47017c3cb641e62586929ec4dbac04a2d4 (diff) |
Remove old Python vppctl script
- The binary API method for executing commands was superceded
by the unix-socket CLI approach used by the C vppctl utility.
The API call it makes will soon be deprecated.
- This Python vppctl script was still being copied to the install
directory, and then later overwritten by the binary vppctl.
Change-Id: I0a4b09b7c733049d0545b4c83b9ac5ac499a7300
Signed-off-by: Chris Luke <chrisy@flirble.org>
Diffstat (limited to 'src/vpp-api-test.am')
-rw-r--r-- | src/vpp-api-test.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/vpp-api-test.am b/src/vpp-api-test.am index 9465dc68f33..4e73ef7c63c 100644 --- a/src/vpp-api-test.am +++ b/src/vpp-api-test.am @@ -57,6 +57,4 @@ vpp_restart_LDADD = \ libvppinfra.la \ -lpthread -lrt -dist_bin_SCRIPTS += scripts/vppctl - # vi:syntax=automake |