Hi Frederic, Willy,

Attached a patch that will change /reg-tests/connection/b00000.vtc to use unix@ sockets so it is compatible with FreeBSD and possibly other OS's.

As discussed in the other thread https://www.mail-archive.com/haproxy@formilux.org/msg31370.html.

Regards,
PiBa-NL (Pieter)

From 8c5ff12b4603e3525445d6f708f6239974003df4 Mon Sep 17 00:00:00 2001
From: PiBa-NL <piba.nl....@gmail.com>
Date: Wed, 3 Oct 2018 23:54:49 +0200
Subject: [PATCH] REGTEST/MINOR: compatibility: use unix@ instead of abns@
 sockets

Changes the /reg-tests/connection/b00000.vtc test to use unix@ instead of abns@ 
sockets.
This to allow the test to complete on other operating systems like FreeBSD that 
do not have 'namespaces'.
---
 reg-tests/connection/b00000.vtc | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/reg-tests/connection/b00000.vtc b/reg-tests/connection/b00000.vtc
index 3a873848..cbb8a7b0 100644
--- a/reg-tests/connection/b00000.vtc
+++ b/reg-tests/connection/b00000.vtc
@@ -36,14 +36,14 @@ haproxy h1 -conf {
 
     listen http
         bind-process 1
-        bind abns@http accept-proxy name ssl-offload-http
+        bind unix@${testdir}/http.socket accept-proxy name ssl-offload-http
         option forwardfor
 
     listen ssl-offload-http
         option httplog
         bind-process 2-4
         bind "fd@${ssl}" ssl crt ${testdir}/common.pem ssl no-sslv3 alpn 
h2,http/1.1
-        server http abns@http send-proxy
+        server http unix@${testdir}/http.socket send-proxy
 } -start
 
 
-- 
2.18.0.windows.1

Reply via email to