diff options
author | Ido Barnea <ibarnea@cisco.com> | 2016-07-11 16:58:21 +0300 |
---|---|---|
committer | Ido Barnea <ibarnea@cisco.com> | 2016-07-12 16:06:29 +0300 |
commit | 7b9d10888594ca9fe1114309e53c0dea9089085b (patch) | |
tree | 564133e0a95a22c07be11540540cd627089cbea5 /linux | |
parent | cc5cc5631e9df4ef0eee9c26705208dfcf035e8c (diff) |
NAT seq num randomization fully working
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 2219522a..66d79d13 100755 --- a/linux/ws_main.py +++ b/linux/ws_main.py @@ -112,6 +112,7 @@ main_src = SrcGroup(dir='src', 'utl_yaml.cpp', 'rx_check_header.cpp', 'nat_check.cpp', + 'nat_check_flow_table.cpp', 'timer_wheel_pq.cpp', 'time_histogram.cpp', 'utl_json.cpp', |