mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Fix for #120
This commit is contained in:
parent
d609b8c80d
commit
11a9b3112a
2 changed files with 4 additions and 2 deletions
|
|
@ -1166,10 +1166,10 @@ elseif(page == "filtering") then
|
|||
end
|
||||
|
||||
any_net = "0.0.0.0/0@0"
|
||||
nets = ntop.getHashKeysCache(key)
|
||||
nets = ntop.getHashKeysCache(key, any_net)
|
||||
|
||||
if((nets == nil) or (nets == "")) then
|
||||
ntop.setHashCache(policy_key, any_net, "")
|
||||
-- ntop.setHashCache(policy_key, any_net, "")
|
||||
nets = ntop.getHashKeysCache(policy_key)
|
||||
end
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue