<html>
<head>
<base href="https://bugzilla.netfilter.org/" />
</head>
<body><table border="1" cellspacing="0" cellpadding="8">
<tr>
<th>Bug ID</th>
<td><a class="bz_bug_link
bz_status_NEW "
title="NEW - Minor typo in wiki.nftables.org"
href="https://bugzilla.netfilter.org/show_bug.cgi?id=1099">1099</a>
</td>
</tr>
<tr>
<th>Summary</th>
<td>Minor typo in wiki.nftables.org
</td>
</tr>
<tr>
<th>Product</th>
<td>nftables
</td>
</tr>
<tr>
<th>Version</th>
<td>unspecified
</td>
</tr>
<tr>
<th>Hardware</th>
<td>x86_64
</td>
</tr>
<tr>
<th>OS</th>
<td>All
</td>
</tr>
<tr>
<th>Status</th>
<td>NEW
</td>
</tr>
<tr>
<th>Severity</th>
<td>trivial
</td>
</tr>
<tr>
<th>Priority</th>
<td>P5
</td>
</tr>
<tr>
<th>Component</th>
<td>nft
</td>
</tr>
<tr>
<th>Assignee</th>
<td>pablo@netfilter.org
</td>
</tr>
<tr>
<th>Reporter</th>
<td>phil@nwl.cc
</td>
</tr></table>
<p>
<div>
<pre>There is a typo in the 'Sets' article[1], inside copied code from Why You Will
Love Nftables article[2]. It is suggested to translate this:
| ip6tables -A INPUT -p tcp -m multiport --dports 22,80,443 -j ACCEPT
into that:
| nft add rule ip6 filter input tcp dport {telnet, http, https} accept
Obviously, port 22 is not telnet but SSH. The source uses port 23 in the
ip6tables command instead.
[1] <a href="https://wiki.nftables.org/wiki-nftables/index.php/Sets">https://wiki.nftables.org/wiki-nftables/index.php/Sets</a>
[2] <a href="https://home.regit.org/2014/01/why-you-will-love-nftables/">https://home.regit.org/2014/01/why-you-will-love-nftables/</a></pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are watching all bug changes.</li>
</ul>
</body>
</html>