<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 - Using ip6 daddr in nat input chain is rejected with an incorrect error"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1414">bug 1414</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 - Using ip6 daddr in nat input chain is rejected with an incorrect error"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1414#c1">Comment # 1</a>
on <a class="bz_bug_link
bz_status_ASSIGNED "
title="ASSIGNED - Using ip6 daddr in nat input chain is rejected with an incorrect error"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1414">bug 1414</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 Avamander from <a href="show_bug.cgi?id=1414#c0">comment #0</a>)
<span class="quote">> nft version: nftables v0.9.2 (Scram)
>
> Example config:
> ```
> table ip nat {</span >
Table is 'ip', use 'ip6' instead (or 'inet' if you want a dual ip/ip6 table)
<span class="quote">> chain input {
> type nat hook input priority 0;
> ip6 daddr ::1/128 accept;
> }
> }
> ```
>
> Error:
> ```
> /etc/nftables.conf:186:3-11: Error: conflicting protocols specified: ip vs.
> ip6
> ip6 daddr ::1/128 accept;
> ^^^^^^^^^</span >
This example uses 'ip6', hence the error.
<span class="quote">> ```
>
> It should output a reasonable error.</span ></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>