mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
ipfw.d requires definitions of, at least, in_addr_t and struct ip6_addr,
which it must obtain from CTF info. This is found by looking at
$(sysctl -n kern.bootfile)/kernel, which might not be available in a
jail.
These depends_on declarations ensure that dtrace(1) invocations will
simply abort processing of ipfw.d if the required binaries can't be
found, rather than raising an error.
PR: 283359
MFC after: 1 week
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| blocking | ||
| disklatency | ||
| disklatencycmd | ||
| hotopen | ||
| ipfw.d | ||
| Makefile | ||
| Makefile.depend | ||
| mbuf.d | ||
| nfsattrstats | ||
| nfsclienttime | ||
| README | ||
| retval | ||
| siftr | ||
| tcpconn | ||
| tcpdebug | ||
| tcpstate | ||
| tcptrack | ||
| udptrack | ||
This directory contains scripts for use with the DTrace system. These files and directories contain code generated by the FreeBSD Project for use with DTrace on FreeBSD.