<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 - When rule with 3 concat elements are added, nft list shows only 2"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1396">bug 1396</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 - When rule with 3 concat elements are added, nft list shows only 2"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1396#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - When rule with 3 concat elements are added, nft list shows only 2"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1396">bug 1396</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>(In reply to Serguei Bezverkhi from <a href="show_bug.cgi?id=1396#c0">comment #0</a>)
<span class="quote">> table ip ipv4table {
> map cluster-ip-services-set {
> type inet_proto . ipv4_addr . inet_service : verdict
> }
>
>
> chain k8s-nat-mark-masq {
> ip protocol . ip daddr vmap @cluster-ip-services-set
> }
>
> chain k8s-nat-do-mark-masq {
> meta mark set 0x00004000 return
> }
> }</span >
This definition above fails to load:
/tmp/m:7:37-60: Error: datatype mismatch, map expects concatenation of
(Internet protocol, IPv4 address, internet network service), mapping expression
has type concatenation of (Internet protocol, IPv4 address)
ip protocol . ip daddr vmap @cluster-ip-services-set
~~~~~~~~~~~~~~~~~~~~~~ ^^^^^^^^^^^^^^^^^^^^^^^^
Because one member of the concatenation is missing.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>