diff options
author | 2016-02-16 00:23:40 +0200 | |
---|---|---|
committer | 2016-02-16 00:23:40 +0200 | |
commit | 229618c0663517e8e03ee0a34e0f53584381fd69 (patch) | |
tree | decb33aa5342a43be4f324e44484bd4e4881afb9 /linux_dpdk | |
parent | aebe518a0f109f25928cf82eb998e7b7602a2c03 (diff) |
ws_main - add exp folder, scapy - add ipv6 verify/conversion to str buffer, hltapi - add ipv6, vlan.
Diffstat (limited to 'linux_dpdk')
-rwxr-xr-x | linux_dpdk/ws_main.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux_dpdk/ws_main.py b/linux_dpdk/ws_main.py index aec325d0..19d884cd 100755 --- a/linux_dpdk/ws_main.py +++ b/linux_dpdk/ws_main.py @@ -842,7 +842,7 @@ files_list=[ 'daemon_server' ]; -files_dir=['cap2','avl','cfg','ko','automation', 'external_libs', 'python-lib','stl','api'] +files_dir=['cap2','avl','cfg','ko','automation', 'external_libs', 'python-lib','stl','api','exp'] class Env(object): |