Add pref to skip DPI processing for collected flows

This commit is contained in:
Alfredo Cardigliano 2025-11-06 09:25:23 +01:00
parent 6993b7ac09
commit c941f3a353
9 changed files with 65 additions and 29 deletions

View file

@ -1478,6 +1478,12 @@ if auth.has_capability(auth.capabilities.preferences) then
pref = "enable_flow_swap_heuristic"
})
prefsToggleButton(subpage_active, {
field = "toggle_skip_dpi_for_collected_flows",
default = "0",
pref = "skip_dpi_for_collected_flows"
})
print('</table>')
print('<table class="table">')