]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
rec: Fix the proxy protocol regression tests 10319/head
authorRemi Gacogne <remi.gacogne@powerdns.com>
Mon, 19 Apr 2021 12:06:26 +0000 (14:06 +0200)
committerOtto <otto.moerbeek@open-xchange.com>
Tue, 20 Apr 2021 13:49:53 +0000 (15:49 +0200)
(cherry picked from commit 1d3ea4cf67b5e1565ed619f5015420481e1c87f3)

regression-tests.recursor-dnssec/test_ProxyProtocol.py

index 8200dcacdc6218a1b480c4d6a7c6eabf443105bd..f28020f58dfd208bb7ed4cfdbf53907880204bd1 100644 (file)
@@ -11,6 +11,7 @@ except NameError:
     pass
 
 from recursortests import RecursorTest
+from proxyprotocol import ProxyProtocol
 
 class ProxyProtocolRecursorTest(RecursorTest):