cvs commit: src/etc/defaults periodic.confsrc/etc/periodic/security
520.pfdenied Makefile src/share/man/man5 periodic.conf.5
Max Laier
mlaier at FreeBSD.org
Wed Nov 24 10:41:54 PST 2004
mlaier 2004-11-24 18:41:54 UTC
FreeBSD src repository
Modified files:
etc/defaults periodic.conf
etc/periodic/security Makefile
share/man/man5 periodic.conf.5
Added files:
etc/periodic/security 520.pfdenied
Log:
Teach periodic(8) security output to display information about blocked
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
Revision Changes Path
1.31 +3 -0 src/etc/defaults/periodic.conf
1.1 +53 -0 src/etc/periodic/security/520.pfdenied (new)
1.4 +1 -0 src/etc/periodic/security/Makefile
1.52 +8 -1 src/share/man/man5/periodic.conf.5
More information about the cvs-src
mailing list