mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 08:12:27 -04:00
pf_route6(): one more __sdt_used annotation
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
0963af50e9
commit
45d108ee14
1 changed files with 1 additions and 1 deletions
|
|
@ -8090,7 +8090,7 @@ pf_route6(struct mbuf **m, struct pf_krule *r, struct ifnet *oifp,
|
|||
dst.sin6_addr.s6_addr16[1] = htons(ifp->if_index);
|
||||
mtag = m_tag_find(m0, PACKET_TAG_PF_REASSEMBLED, NULL);
|
||||
if (mtag != NULL) {
|
||||
int ret;
|
||||
int ret __sdt_used;
|
||||
ret = pf_refragment6(ifp, &m0, mtag, ifp, true);
|
||||
SDT_PROBE2(pf, ip6, route_to, output, ifp, ret);
|
||||
goto done;
|
||||
|
|
|
|||
Loading…
Reference in a new issue