git: 486bb274aa0a - stable/12 - ipfilter: Add SDT probe frb_natv6in
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 11 Jan 2022 01:42:07 UTC
The branch stable/12 has been updated by cy: URL: https://cgit.FreeBSD.org/src/commit/?id=486bb274aa0a5482684b2ee4ab2949ca98b0df8d commit 486bb274aa0a5482684b2ee4ab2949ca98b0df8d 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:09:26 +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 :