From b370a083f671271c00179fdfb623d41b9f849c97 Mon Sep 17 00:00:00 2001 From: Tomas Krizek Date: Fri, 30 Nov 2018 11:43:03 +0100 Subject: [PATCH] pytests: update kresd.conf --- tests/pytests/templates/kresd.conf.j2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/pytests/templates/kresd.conf.j2 b/tests/pytests/templates/kresd.conf.j2 index 5475aebca..4d9552153 100644 --- a/tests/pytests/templates/kresd.conf.j2 +++ b/tests/pytests/templates/kresd.conf.j2 @@ -16,9 +16,7 @@ net.listen('{{ kresd.ip6 }}', {{ kresd.tls_port }}, {tls = true}) {% endif %} net.ipv4=true -net.ipv6=false - -net.tcp_pipeline(65535) +net.ipv6=true {% if kresd.tls_key_path and kresd.tls_cert_path %} net.tls("{{ kresd.tls_cert_path }}", "{{ kresd.tls_key_path }}") @@ -28,6 +26,8 @@ net.tls("{{ kresd.tls_cert_path }}", "{{ kresd.tls_key_path }}") hints['{{ name }}'] = '{{ ip }}' {% endfor %} +policy.add(policy.all(policy.QTRACE)) + {% if kresd.forward %} policy.add(policy.all( {% if kresd.forward.proto == 'tls' %} -- 2.47.2