]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MINOR] add support for bind interface name
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Feb 2009 16:19:29 +0000 (17:19 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Feb 2009 16:19:29 +0000 (17:19 +0100)
commit5e6e204d1c0f74308fcd011eb175b22ec0fb6a3b
treea410e97f3050744d9f8426ddd532238fe417b8f3
parent0a3b9d90d3570cb618c7008cd1d7348d48a3868c
[MINOR] add support for bind interface name

By appending "interface <name>" to a "bind" line, it is now possible
to specifically bind to a physical interface name. Note that this
currently only works on Linux and requires root privileges.
doc/configuration.txt
include/types/protocols.h
src/cfgparse.c
src/proto_tcp.c