[Bug 242133] handbook/firewalls fix for removing hosts from the block list

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Nov 21 08:14:32 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=242133

            Bug ID: 242133
           Summary: handbook/firewalls fix for removing hosts from the
                    block list
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: doc at FreeBSD.org
          Reporter: mikael.urankar at gmail.com

Created attachment 209313
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=209313&action=edit
patch

Running the example from the book results in an error:

pfctl -a blacklistd/22 -T delete 213.0.123.128/25
usage: pfctl [-AdeghmNnOPqRrvz] [-a anchor] [-D macro=value] [-F modifier]
        [-f file] [-i interface] [-K host | network]
        [-k host | network | label | id] [-o level] [-p device]
        [-s modifier] [-t table -T command [address ...]] [-x level]

it should be:
pfctl -a blacklistd/22 -t port22 -T delete 213.0.123.128/25
0/1 addresses deleted.

tested on 11.3 and 13-current.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-doc mailing list