commit | c2f56534526e8b8dda7cbc88be0c472730fee62c | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Sat Sep 26 20:23:30 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Sun Sep 27 15:04:32 2015 +0200 |
tree | 1f77b8185aadd632d1eef424ce8896e088b8fd20 | |
parent | 7fe3be72818de11103d4349c5e7d2a8ceae68764 [diff] |
MINOR: lua: extend socket address to support non-IP families The HAProxy Lua socket respects the Lua Socket tcp specs. these specs are a little bit limited, it not permits to connect to unix socket. this patch extends a little it the specs. It permit to accept a syntax that begin with "unix@", "ipv4@", "ipv6@", "fd@" or "abns@".