diff options
author | Yujun Zhang <zhang.yujunz@zte.com.cn> | 2017-04-19 03:25:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-04-19 03:25:07 +0000 |
commit | 86f10e318baa875d2b729f3bf7b5bb588a43f4ff (patch) | |
tree | 89e9d7b0509fd9e114e4a841fcb2e2b438d63679 | |
parent | fb609850970d4d9596ade5368f169efc2f530261 (diff) | |
parent | da8479496691122d49a6bbf61a2dd3355af85fba (diff) |
Merge "Optimize nDPI repeating speed"
-rw-r--r-- | resources/metric/nDPI.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/resources/metric/nDPI.yaml b/resources/metric/nDPI.yaml index c73d367f..79225443 100644 --- a/resources/metric/nDPI.yaml +++ b/resources/metric/nDPI.yaml @@ -46,6 +46,7 @@ repo: https://github.com/ntop/nDPI.git dest: "{{ nDPI_cwd }}" depth: 1 + update: no - name: build nDPI library command: '{{ item }}' @@ -55,6 +56,7 @@ - make args: chdir: "{{ nDPI_cwd }}" + creates: example/ndpiReader - name: copy sample packet file copy: |