]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r366908 (modified for stable/12 KBI):
authorAndrey V. Elsukov <ae@FreeBSD.org>
Tue, 10 Nov 2020 12:13:18 +0000 (12:13 +0000)
committerAndrey V. Elsukov <ae@FreeBSD.org>
Tue, 10 Nov 2020 12:13:18 +0000 (12:13 +0000)
commitf2bb949acd13b41042ab20cdcf2c43ff1ac6c34b
treec979c8c7879244cf563d35f4c09bc25d2e46e6ec
parent4743ad5dc740ba3ca439979b7af6594806622028
MFC r366908 (modified for stable/12 KBI):
  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.

  Obtained from: Yandex LLC
  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