From a587e2029a3d5cb30805cf5c9ac0e009969d5915 Mon Sep 17 00:00:00 2001
From: Robert Edmonds <edmonds@users.noreply.github.com>
Date: Wed, 5 Jan 2022 16:45:40 -0500
Subject: [PATCH] pkt: add 'lower_qname' field to knot_pkt

---
 src/libknot/packet/pkt.h | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/libknot/packet/pkt.h b/src/libknot/packet/pkt.h
index 9419d0819f..2d0cf5787b 100644
--- a/src/libknot/packet/pkt.h
+++ b/src/libknot/packet/pkt.h
@@ -83,6 +83,9 @@ struct knot_pkt {
 	knot_rrset_t *opt_rr;   /*!< OPT RR included in the packet. */
 	knot_rrset_t *tsig_rr;  /*!< TSIG RR stored in the packet. */
 
+	/*! Lowercased QNAME. */
+	knot_dname_t *lower_qname;
+
 	/*! EDNS option positions in the wire (if parsed from wire). */
 	knot_edns_options_t *edns_opts;
 
-- 
GitLab