diff options
author | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-14 06:14:08 +0300 |
---|---|---|
committer | Yaroslav Brustinov <ybrustin@cisco.com> | 2016-05-14 06:14:08 +0300 |
commit | ccd12c1e16cd5a8b575fd531444a6415d250b8ed (patch) | |
tree | 85be3e77d13bc5015578fe30c224a05685da8963 /linux_dpdk | |
parent | a08c4df1da6892a515fb5e4ddce4a7d525d8fcee (diff) |
add master daemon to package, little fixes to update method
Diffstat (limited to 'linux_dpdk')
-rwxr-xr-x | linux_dpdk/ws_main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux_dpdk/ws_main.py b/linux_dpdk/ws_main.py index b1e1f6bd..4c2d3c51 100755 --- a/linux_dpdk/ws_main.py +++ b/linux_dpdk/ws_main.py @@ -853,6 +853,7 @@ files_list=[ 'dpdk_setup_ports.py', 'doc_process.py', 'trex_daemon_server', + 'master_daemon.py', 'trex-console', 'daemon_server' ]; |