Displaying 3 results from an estimated 3 matches for "khazan".
Did you mean:
kazan
2024 Jan 30
10
[Bug 1735] New: Adding nftables interval sets progressively gets slower and makes the nft CLI less responsive with each added set
...added set
Product: nftables
Version: 1.0.x
Hardware: All
OS: All
Status: NEW
Severity: major
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: anton.khazan at gmail.com
Created attachment 734
--> https://bugzilla.netfilter.org/attachment.cgi?id=734&action=edit
shell script demonstrating the bug
The title basically describes the issue.
Steps to reproduce the issue:
Take an ip list for any country (in most of my tests I've been using the...
2024 Apr 29
3
[Bug 1751] New: ip6tables-restore doesn't restore counters
...Product: iptables
Version: 1.8.x
Hardware: x86_64
OS: Ubuntu
Status: NEW
Severity: minor
Priority: P5
Component: iptables-restore
Assignee: netfilter-buglog at lists.netfilter.org
Reporter: anton.khazan at gmail.com
Created attachment 742
--> https://bugzilla.netfilter.org/attachment.cgi?id=742&action=edit
shell script demonstrating the bug
To reproduce the issue:
ip6tables -X TEST_CNT 2>/dev/null
cat <<EOF | ip6tables-restore -c -n
*filter
:TEST_CNT - [0:0]
[1024:1024] -A TES...
2024 Dec 19
1
[Bug 1782] New: Wrong error printed when trying to add base chain named same as existing regular chain
...same as existing regular chain
Product: nftables
Version: 1.0.x
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: anton.khazan at gmail.com
When trying to add a base chain and a regular chain with matching name already
exists, wrong error is printed.
Steps to reproduce the issue:
nft add table test
nft add chain test t # add regular chain t
nft add chain test t { type filter hook postrouting priority 0\; policy
accept\;...