Displaying 1 result from an estimated 1 matches for "mytimeout".
Did you mean:
my_timeout
2020 Feb 01
2
[Bug 1403] New: Timeout object with invalid time unit crashes nft
...Status: NEW
Severity: normal
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: kfm at plushkava.net
Saving the following to a file then testing with nft -c -f causes a
segmentation fault.
table ip filter {
ct timeout mytimeout {
protocol tcp;
policy = { established: 2h }
}
}
As I quickly realised, "h" cannot be specified as a unit of time here. Still,
it should not crash. I can reproduce this in both Arch and Gentoo Linux with
the latest formal releases of nftables and i...