]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] add support for source interface binding at the server level
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Feb 2009 19:20:58 +0000 (20:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Feb 2009 19:20:58 +0000 (20:20 +0100)
commitc76721da57d1468fe2546aa55c0ef6a7d99b03cb
tree4f0ff3d801c91256863e313d8e25f70968b178a5
parentd53f96b3f07a2e51b0a86355c190962ec6c677bc
[MEDIUM] add support for source interface binding at the server level

Add support for "interface <name>" after the "source" statement on
the server line.
doc/configuration.txt
include/types/server.h
src/backend.c
src/cfgparse.c
src/checks.c