mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Implements use of post-nat src/dst addresses and ports
Implements https://github.com/ntop/ntopng/issues/1398
This commit is contained in:
parent
3f051b4335
commit
906aff3e20
10 changed files with 59 additions and 10 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue