[Bug 242667] omission in handbook page on blacklistd integration with firewalls

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Dec 16 16:40:43 UTC 2019


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

            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 at FreeBSD.org
          Reporter: freebsd at 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 entries
using:

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

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

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 otherwise be
a fairly straightforward patch/diff.

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


More information about the freebsd-doc mailing list