Date: Tue, 31 Dec 2019 13:25:55 +0000 (UTC) From: Benedict Reuschling <bcr@FreeBSD.org> To: doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org Subject: svn commit: r53723 - head/en_US.ISO8859-1/books/handbook/firewalls Message-ID: <201912311325.xBVDPtYC048484@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bcr Date: Tue Dec 31 13:25:55 2019 New Revision: 53723 URL: https://svnweb.freebsd.org/changeset/doc/53723 Log: Add the missing -t <table> parameter to the delete example. Without it, there will be an error message shown and the address will not be deleted. PR: 242133 Submitted by: mikael.urankar@gmail.com Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Modified: head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml ============================================================================== --- head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Mon Dec 30 20:38:49 2019 (r53722) +++ head/en_US.ISO8859-1/books/handbook/firewalls/chapter.xml Tue Dec 31 13:25:55 2019 (r53723) @@ -4237,7 +4237,7 @@ pass out</programlisting> <para>After identifying the address to be unblocked from the list, the following command removes it from the list:</para> - <screen>&prompt.root; <userinput>pfctl -a <replaceable>blacklistd/22</replaceable> -T delete <replaceable>213.0.123.128/25</replaceable></userinput></screen> + <screen>&prompt.root; <userinput>pfctl -a <replaceable>blacklistd/22</replaceable> -t <replaceable>port22</replaceable> -T delete <replaceable>213.0.123.128/25</replaceable></userinput></screen> <para>The address is now removed from PF, but will still show up in the blacklistctl list, since it does not know
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201912311325.xBVDPtYC048484>