mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 10:19:26 +00:00
66754ab3f1
packet counts by pf(4). This adds a ``daily_status_security_pfdenied_enable'' variable to periodic.conf, which defaults to ``YES'' as the matching IPF(W) versions. The output will look like this (line wrapped): pf denied packets: > block drop log on rl0 proto tcp all [ Evaluations: 504986 Packets: 0 Bytes: 0 States: 0 ] > block drop log on rl0 all [ Evaluations: 18559 Packets: 427 Bytes: 140578 States: 0 ] Submitted by: clive (thanks a lot!) MFC after: 2 weeks |
||
---|---|---|
.. | ||
100.chksetuid | ||
200.chkmounts | ||
300.chkuid0 | ||
400.passwdless | ||
500.ipfwdenied | ||
510.ipfdenied | ||
520.pfdenied | ||
550.ipfwlimit | ||
600.ip6fwdenied | ||
610.ipf6denied | ||
650.ip6fwlimit | ||
700.kernelmsg | ||
800.loginfail | ||
900.tcpwrap | ||
Makefile | ||
security.functions |