Update to r53723:
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.
This commit is contained in:
parent
55ce2b4c83
commit
8ecdfa097b
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=53813
1 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
|
||||
$FreeBSD$
|
||||
$FreeBSDde: de-docproj/books/handbook/firewalls/chapter.xml,v 1.53 2012/04/30 16:15:52 bcr Exp $
|
||||
basiert auf: r53486
|
||||
basiert auf: r53723
|
||||
-->
|
||||
<chapter xmlns="http://docbook.org/ns/docbook"
|
||||
xmlns:xlink="http://www.w3.org/1999/xlink" version="5.0"
|
||||
|
@ -4356,7 +4356,7 @@ pass out</programlisting>
|
|||
kann sie mit folgendem Befehl aus der Liste entfernt
|
||||
werden:</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>Die Adresse ist nun aus PF entfernt, erscheint aber immer
|
||||
noch in der Liste von <command>blacklistctl</command>, da
|
||||
|
|
Loading…
Reference in a new issue