git: 71dc210252f7 - stable/13 - ipfilter: Add SDT probe frb_natv6in

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Tue, 11 Jan 2022 01:39:20 UTC
The branch stable/13 has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=71dc210252f767f364eb1e1775b84f6138799e3b

commit 71dc210252f767f364eb1e1775b84f6138799e3b
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-12-29 01:45:21 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-01-10 15:08:29 +0000

    ipfilter: Add SDT probe frb_natv6in
    
    Like IPv4 NAT frb_natv4in, add a corresponding IPv6 NAT SDT probe called
    frb_natv6in.
    
    (cherry picked from commit 6b54d2f4c52985b2e48c7ece6f0bdbc396bcc23f)
---
 sys/contrib/ipfilter/netinet/ip_nat6.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys/contrib/ipfilter/netinet/ip_nat6.c b/sys/contrib/ipfilter/netinet/ip_nat6.c
index baa3c302504a..b12eaeef674c 100644
--- a/sys/contrib/ipfilter/netinet/ip_nat6.c
+++ b/sys/contrib/ipfilter/netinet/ip_nat6.c
@@ -3167,6 +3167,7 @@ maskloop:
 inmatchfail:
 	RWLOCK_EXIT(&softc->ipf_nat);
 
+	DT2(frb_natv6in, fr_info_t *, fin, int, rval);
 	switch (rval)
 	{
 	case -1 :