mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-30 16:09:32 +00:00
Fix inline interface check on netfilter interfaces
This commit is contained in:
parent
a82a3106ad
commit
218933ad2a
2 changed files with 3 additions and 2 deletions
|
|
@ -3372,7 +3372,7 @@ function paramsPairsDecode(params, strict_mode)
|
|||
end
|
||||
|
||||
function isBridgeInterface(ifstats)
|
||||
return (ifstats["bridge.device_a"] ~= nil) and (ifstats["bridge.device_b"] ~= nil)
|
||||
return ifstats.inline
|
||||
end
|
||||
|
||||
function hasBridgeInterfaces()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue