<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - meta mark 0x80000000 display error"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1739">1739</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>meta mark 0x80000000 display error
</td>
</tr>
<tr>
<th>Product</th>
<td>nftables
</td>
</tr>
<tr>
<th>Version</th>
<td>1.0.x
</td>
</tr>
<tr>
<th>Hardware</th>
<td>All
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>minor
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>nft
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pablo@netfilter.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>k@vodka.home.kg
</td>
</tr></table>
<p>
<div>
<pre>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)</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>