svn commit: r53723 - head/en_US.ISO8859-1/books/handbook/firewalls
Benedict Reuschling
bcr at FreeBSD.org
Tue Dec 31 13:25:56 UTC 2019
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 at 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
More information about the svn-doc-head
mailing list