mirror of
https://git.FreeBSD.org/src.git
synced 2024-11-21 07:15:49 +00:00
pf: fix build without DTrace
Reported by: kib
Fixes: 438ca68cef
Sponsored by: Rubicon Communications, LLC ("Netgate")
This commit is contained in:
parent
0df81552d7
commit
4b65481ac6
@ -8091,7 +8091,7 @@ pf_route6(struct mbuf **m, struct pf_krule *r, struct ifnet *oifp,
|
||||
md = m0;
|
||||
pf_dummynet_route(pd, s, r, ifp, sintosa(&dst), &md);
|
||||
if (md != NULL) {
|
||||
int ret;
|
||||
int ret __sdt_used;
|
||||
ret = nd6_output_ifp(ifp, ifp, md, &dst, NULL);
|
||||
SDT_PROBE2(pf, ip6, route_to, output, ifp, ret);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user