git: 6b54d2f4c529 - main - ipfilter: Add SDT probe frb_natv6in

From: Cy Schubert <cy_at_FreeBSD.org>
Date: Tue, 04 Jan 2022 02:07:48 UTC
The branch main has been updated by cy:

URL: https://cgit.FreeBSD.org/src/commit/?id=6b54d2f4c52985b2e48c7ece6f0bdbc396bcc23f

commit 6b54d2f4c52985b2e48c7ece6f0bdbc396bcc23f
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2021-12-29 01:45:21 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-01-04 02:06:44 +0000

    ipfilter: Add SDT probe frb_natv6in
    
    Like IPv4 NAT frb_natv4in, add a corresponding IPv6 NAT SDT probe called
    frb_natv6in.
    
    MFC after:      1 week
---
 sys/netpfil/ipfilter/netinet/ip_nat6.c | 1 +
 1 file changed, 1 insertion(+)

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