]> git.ipfire.org Git - thirdparty/pdns.git/blobdiff - regression-tests.dnsdist/clientsubnetoption.py
Merge pull request #8795 from omoerbeek/rec-lua-docs-policytag
[thirdparty/pdns.git] / regression-tests.dnsdist / clientsubnetoption.py
index c4f78f25d28b1a6bfb08965e3a4a735119365992..79deb2c98d3dbea195a5ea4cb94d26611ee1a656 100644 (file)
@@ -189,6 +189,9 @@ class ClientSubnetOption(dns.edns.Option):
             self.scope
         )
 
+    def to_text(self):
+        return self.__repr__()
+
     def __eq__(self, other):
         """Rich comparison method for equality.