<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><span class="vcard"><a class="email" href="mailto:pablo@netfilter.org" title="Pablo Neira Ayuso <pablo@netfilter.org>"> <span class="fn">Pablo Neira Ayuso</span></a>
</span> changed
<a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - adding element to map inverts byte order"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1356">bug 1356</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;">Status</td>
<td>NEW
</td>
<td>ASSIGNED
</td>
</tr></table>
<p>
<div>
<b><a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - adding element to map inverts byte order"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1356#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - adding element to map inverts byte order"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1356">bug 1356</a>
from <span class="vcard"><a class="email" href="mailto:pablo@netfilter.org" title="Pablo Neira Ayuso <pablo@netfilter.org>"> <span class="fn">Pablo Neira Ayuso</span></a>
</span></b>
<pre># cat /tmp/x.nft
table x {
chain go {
}
map ok {
type mark : verdict
}
}
# nft add element ip x ok { 0x00000045: jump go }
# nft list ruleset
table ip x {
map ok {
type mark : verdict
elements = { 0x00000045 : jump go }
}
chain go {
}
}
This works fine here, you're on x86_64 as your hardware field in this bug
report specifies?</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>