diff options
author | Hanoh Haim <hhaim@cisco.com> | 2016-12-25 14:50:14 +0200 |
---|---|---|
committer | Hanoh Haim <hhaim@cisco.com> | 2016-12-25 14:50:31 +0200 |
commit | dc66a3a82aab2ce41aa6ded38087e02b1eeb9493 (patch) | |
tree | 6d9eb5a917f613c6cc7862ae2316abeb181c7f12 /linux | |
parent | c25e1862e21807ee2d4f1f356e5a6970fd598edf (diff) |
add a way to change tw configuration
Signed-off-by: Hanoh Haim <hhaim@cisco.com>
Diffstat (limited to 'linux')
-rwxr-xr-x | linux/ws_main.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/ws_main.py b/linux/ws_main.py index d885c597..711b4c89 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -112,6 +112,7 @@ main_src = SrcGroup(dir='src', 'tuple_gen.cpp', 'platform_cfg.cpp', 'utl_yaml.cpp', + 'tw_cfg.cpp', 'rx_check_header.cpp', 'nat_check.cpp', 'nat_check_flow_table.cpp', |