Bug 242667 - error/omission in handbook page on blacklistd integration with firewalls
Summary: error/omission in handbook page on blacklistd integration with firewalls
Status: Closed Overcome By Events
Alias: None
Product: Documentation
Classification: Unclassified
Component: Books & Articles (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Sergio Carlavilla Delgado
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-16 16:40 UTC by Tim Chase
Modified: 2020-02-03 21:00 UTC (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Chase 2019-12-16 16:40:43 UTC
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.