<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - nftables - dynamic update for verdict map from the packet path"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1736#c11">Comment # 11</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - nftables - dynamic update for verdict map from the packet path"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1736">bug 1736</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>This affinity map also needs to deal with two packets racing to set up the
affinity?
chain endpoint-1 {
counter packets 2 bytes 224
update @affinity-mappings { ip saddr : 11.0.2.2 } meta l4proto
tcp dnat to 11.0.2.2 : 5001
# lost race, re-lookup to use existing mapping
meta l4proto tcp dnat to ip saddr map @affinity-mappings :
5001
# not found, should not ever happen
counter drop
}</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>