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
This commit is contained in:
parent
09d329d4ea
commit
04ed41e6a2
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53723
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue