[Bug 1739] New: meta mark 0x80000000 display error
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Fri Mar 1 08:25:36 CET 2024
https://bugzilla.netfilter.org/show_bug.cgi?id=1739
Bug ID: 1739
Summary: meta mark 0x80000000 display error
Product: nftables
Version: 1.0.x
Hardware: All
OS: All
Status: NEW
Severity: minor
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: k at vodka.home.kg
nft add chain test chai
nft delete table test
nft create table test
nft add chain test test
nft add rule test test meta mark and 0x40000000 != 0
nft add rule test test meta mark and 0x80000000 != 0
nft list table test
table ip test {
chain test {
meta mark & 0x40000000 != 0x00000000
meta mark != 0x00000000/1
}
}
somewhere mark treated as signed 32bit value ?
nftables v1.0.9 (Old Doc Yak #3)
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20240301/50be8cd1/attachment.html>
More information about the netfilter-buglog
mailing list