diff options
author | Ido Barnea <ibarnea@cisco.com> | 2016-09-22 15:15:29 +0300 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2016-10-05 10:45:28 +0300 |
commit | af781231f369dfcf735b499ed65b800e7d6b5537 (patch) | |
tree | 0648ae28e8bd6f237bb77deceeb2643a2d465aa9 /linux_dpdk | |
parent | 15499f72d642b4ed99f4f71d50d04cf70953aeac (diff) |
pre test: Send grat ARP, and resolve gateway addresses
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 dc169f11..47c479c4 100755 --- a/linux_dpdk/ws_main.py +++ b/linux_dpdk/ws_main.py @@ -117,6 +117,7 @@ main_src = SrcGroup(dir='src', 'bp_sim.cpp', 'latency.cpp', 'platform_cfg.cpp', + 'pre_test.cpp', 'tuple_gen.cpp', 'rx_check.cpp', 'rx_check_header.cpp', |