]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] add support for source interface binding
authorWilly Tarreau <w@1wt.eu>
Wed, 4 Feb 2009 17:46:54 +0000 (18:46 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 4 Feb 2009 17:46:54 +0000 (18:46 +0100)
commitd53f96b3f07a2e51b0a86355c190962ec6c677bc
tree140af281c29f9ab2c77865948e6aebccb8a2b81e
parent4e30ed73f4b902b076f765c3e2370ef0a034a648
[MEDIUM] add support for source interface binding

Specifying "interface <name>" after the "source" statement allows
one to bind to a specific interface for proxy<->server traffic.

This makes it possible to use multiple links to reach multiple
servers, and to force traffic to pass via an interface different
from the one the system would have chosen based on the routing
table.
doc/configuration.txt
include/types/proxy.h
src/backend.c
src/cfgparse.c
src/checks.c