Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2019 08:14:31 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 242133] handbook/firewalls fix for removing hosts from the block list
Message-ID:  <bug-242133-9@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D242133

            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@FreeBSD.org
          Reporter: mikael.urankar@gmail.com

Created attachment 209313
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=3D209313&action=
=3Dedit
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=3Dvalue] [-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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-242133-9>