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: [email protected]
Reporter: [email protected]
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.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-doc
To unsubscribe, send any mail to "[email protected]"