luci-base: sys.lua: make timeout optional when parsing conntrack entries
Fixes: #5909 Signed-off-by: Jo-Philipp Wich <jo@mein.io>
This commit is contained in:
parent
67cf91b4ae
commit
abd9125fbf
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@ function net.conntrack(callback)
|
|||
tuples = rest
|
||||
end
|
||||
|
||||
if fam and l3 and l4 and timeout and not tuples:match("^TIME_WAIT ") then
|
||||
if fam and l3 and l4 and not tuples:match("^TIME_WAIT ") then
|
||||
l4 = nixio.getprotobynumber(l4)
|
||||
|
||||
local entry = {
|
||||
|
|
Loading…
Reference in a new issue