<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:phil@nwl.cc" title="Phil Sutter <phil@nwl.cc>"> <span class="fn">Phil Sutter</span></a>
</span> changed
<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">bug 1739</a>
<br>
<table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>What</th>
<th>Removed</th>
<th>Added</th>
</tr>
<tr>
<td style="text-align:right;">CC</td>
<td>
</td>
<td>phil@nwl.cc
</td>
</tr></table>
<p>
<div>
<b><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#c1">Comment # 1</a>
on <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">bug 1739</a>
from <span class="vcard"><a class="email" href="mailto:phil@nwl.cc" title="Phil Sutter <phil@nwl.cc>"> <span class="fn">Phil Sutter</span></a>
</span></b>
<pre>It is merely a display issue at least:
# nft --debug=netlink add rule t c 'meta mark and 0x80000000 != 0'
ip t c
[ meta load mark => reg 1 ]
[ bitwise reg 1 = ( reg 1 & 0x80000000 ) ^ 0x00000000 ]
[ cmp neq reg 1 0x00000000 ]
# nft --debug=netlink list chain t c
ip t c 2
[ meta load mark => reg 1 ]
[ bitwise reg 1 = ( reg 1 & 0x80000000 ) ^ 0x00000000 ]
[ cmp neq reg 1 0x00000000 ]
table ip t {
chain c {
meta mark != 0x00000000/1
}
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>