Displaying 2 results from an estimated 2 matches for "conntrack3".
Did you mean:
conntrack
2012 May 25
3
[Bug 789] New: ulog_ct loses outputentries
http://bugzilla.netfilter.org/show_bug.cgi?id=789
Summary: ulog_ct loses outputentries
Product: ulogd
Version: SVN (please provide timestamp)
Platform: i386
OS/Version: Debian GNU/Linux
Status: NEW
Severity: major
Priority: P5
Component: ulogd
AssignedTo: netfilter-buglog at lists.netfilter.org
2020 Nov 01
1
[Bug 1478] New: Concatenations with ct status do not match
...rs in the filter table for concatenations with "ct status"
do not increase, whereas the other counters increase.
Versions:
Debian 10, armhf (Raspberry Pi OS), with backports
Linux myhostname 5.4.72-v7l+ #1356 SMP Thu Oct 22 13:57:51 BST 2020 armv7l
GNU/Linux
libmnl0 1.0.4-2
libnetfilter-conntrack3 1.0.7-1
libnftnl11 1.1.7-1~bpo10+1
libnftables1 0.9.6-1~bpo10+1
nftables 0.9.6-1~bpo10+1
Ruleset:
$ nft list ruleset
table inet filter {
chain input {
type filter hook input priority filter; policy accept;
ct state established,related accept comment "Ac...