Displaying 1 result from an estimated 1 matches for "blocklistssh4".
Did you mean:
blocklistssh
2019 Mar 24
3
[Bug 1327] New: Cannot use named set for matching IPv4 networks
...an GNU/Linux
Status: NEW
Severity: major
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: email at cs-ware.de
I've the following (for this bug report reduced) ruleset in nftables:
table inet filter {
set blocklistssh4 {
type ipv4_addr
}
chain blocklistssh {
}
}
Now, issuing "add rule inet filter blocklistssh ip saddr & 255.0.0.0
@blocklistssh4 drop" causes "nft -f file" to segfault. Issuing this statement
in "nft -i" reveals the followin...