Implements use of post-nat src/dst addresses and ports

Implements https://github.com/ntop/ntopng/issues/1398
This commit is contained in:
Simone Mainardi 2017-09-07 16:24:53 +02:00
parent 3f051b4335
commit 906aff3e20
10 changed files with 59 additions and 10 deletions

View file

@ -833,6 +833,8 @@ local known_parameters = {
["toggle_shaping_directions"] = validateBool,
["toggle_tcp_flags_rrds"] = validateBool,
["toggle_tcp_retr_ooo_lost_rrds"] = validateBool,
["toggle_dst_with_post_nat_dst"] = validateBool,
["toggle_src_with_post_nat_src"] = validateBool,
-- Input fields
["minute_top_talkers_retention"] = validateNumber,