<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 - Add element fails with Error: Could not process rule: Invalid argument"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1395">bug 1395</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 - Add element fails with Error: Could not process rule: Invalid argument"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1395#c2">Comment # 2</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Add element fails with Error: Could not process rule: Invalid argument"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1395">bug 1395</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>I cannot reproduce this.
table ip ipv4table {
chain do_reject {
}
map no-endpoints-services {
type inet_proto . ipv4_addr . inet_service : verdict
}
}
Then I follow up with:
nft add element ipv4table no-endpoints-services { tcp . 192.168.80.104 . 8989 :
goto do_reject }
and it works fine.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>