luci-base: sys.lua: make timeout optional when parsing conntrack entries
Fixes: #5909 Signed-off-by: Jo-Philipp Wich <jo@mein.io> (cherry picked from commit abd9125fbf5e2fadc0c5ae293496680df08e6e1b)
This commit is contained in:
parent
3b0b3258e3
commit
87836cadba
@ -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…
x
Reference in New Issue
Block a user