[Bug 1099] New: Minor typo in wiki.nftables.org
bugzilla-daemon at netfilter.org
bugzilla-daemon at netfilter.org
Tue Nov 22 15:52:22 CET 2016
https://bugzilla.netfilter.org/show_bug.cgi?id=1099
Bug ID: 1099
Summary: Minor typo in wiki.nftables.org
Product: nftables
Version: unspecified
Hardware: x86_64
OS: All
Status: NEW
Severity: trivial
Priority: P5
Component: nft
Assignee: pablo at netfilter.org
Reporter: phil at nwl.cc
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] https://wiki.nftables.org/wiki-nftables/index.php/Sets
[2] https://home.regit.org/2014/01/why-you-will-love-nftables/
--
You are receiving this mail because:
You are watching all bug changes.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.netfilter.org/pipermail/netfilter-buglog/attachments/20161122/b5616358/attachment.html>
More information about the netfilter-buglog
mailing list