mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix dup condition
This commit is contained in:
parent
9952c942e0
commit
2c1908b43e
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ local function domains_check(params)
|
|||
.. "FROM flows "
|
||||
.. "WHERE INTERFACE_ID=%u "
|
||||
.. "AND DOMAIN_NAME!='' "
|
||||
.. "AND (L7_PROTO!=5 AND L7_PROTO_MASTER!=5) AND L7_PROTO_MASTER!=5 "
|
||||
.. "AND (L7_PROTO!=5 AND L7_PROTO_MASTER!=5) "
|
||||
.. "AND (FIRST_SEEN >= %u AND FIRST_SEEN <= %u AND LAST_SEEN <= %u) "
|
||||
.. "GROUP BY VLAN_ID, IPV4_SRC_ADDR, IPV6_SRC_ADDR, IPV4_DST_ADDR, IPV6_DST_ADDR "
|
||||
.. "ORDER BY count DESC "
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue