Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 16 Dec 2019 16:40:43 +0000
From:      bugzilla-noreply@freebsd.org
To:        doc@FreeBSD.org
Subject:   [Bug 242667] omission in handbook page on blacklistd integration with firewalls
Message-ID:  <bug-242667-9@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 242667
           Summary: omission in handbook page on blacklistd integration
                    with firewalls
           Product: Documentation
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Documentation
          Assignee: doc@FreeBSD.org
          Reporter: freebsd@tim.thechases.com

In the handbook page on using firewalls with blacklistd:

  https://www.freebsd.org/doc/handbook/firewalls-blacklistd.html

the bottom example lists the blacklisted entries with

  # pfctl -a blacklistd/22 -t port22 -T show

and then instructs the user to use the following to delete one of those ent=
ries
using:

  # pfctl -a blacklistd/22 -T delete 213.0.123.128/25

However the command fails because it is missing the "-t port22"=20

It should read

  # pfctl -a blacklistd/22 -t port22 -T delete 213.0.123.128/25

I'm not sure where the Handbook sources reside to make what should otherwis=
e be
a fairly straightforward patch/diff.

--=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-242667-9>