]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add dtrace SDT probe ipfw:::rule-matched.
authorae <ae@FreeBSD.org>
Wed, 21 Oct 2020 15:01:33 +0000 (15:01 +0000)
committerae <ae@FreeBSD.org>
Wed, 21 Oct 2020 15:01:33 +0000 (15:01 +0000)
commit8483987d89b0e5fed50beaba46723a02a22d2662
tree2d42f1a6bcc5181a8f82c928afb20b062d51664d
parentf1f45fa8c200fb1a708391aee54bda4776622393
Add dtrace SDT probe ipfw:::rule-matched.

It helps to reduce complexity with debugging of large ipfw rulesets.
Also define several constants and translators, that can by used by
dtrace scripts with this probe.

Reviewed by: gnn
Obtained from: Yandex LLC
MFC after: 2 weeks
Sponsored by: Yandex LLC
Differential Revision: https://reviews.freebsd.org/D26879
share/dtrace/Makefile
share/dtrace/ipfw.d [new file with mode: 0644]
sys/netpfil/ipfw/ip_fw2.c