mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 23:49:33 +00:00
Move local broadcast domain preference to the interface settings and show warnings
A dismissable warning is shown if DHCP traffic has been seen on the currrent interface.
This commit is contained in:
parent
cd77a1707e
commit
14a9d83a30
16 changed files with 130 additions and 31 deletions
|
|
@ -1270,7 +1270,7 @@ local known_parameters = {
|
|||
["bridging_policy_target_type"] = validateChoiceInline({"per_protocol", "per_category", "both"}),
|
||||
["timeseries_driver"] = validateChoiceInline({"rrd", "influxdb"}),
|
||||
["ts_high_resolution"] = validateNumber,
|
||||
["serialize_local_broadcast_hosts_as_macs"] = validateBool,
|
||||
["lbd_hosts_as_macs"] = validateBool,
|
||||
["toggle_arp_matrix_generation"] = validateBool,
|
||||
|
||||
-- Other
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue