commit | 6e01f38e73955766c283b4d0da40098f5b4ebee1 | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Mon Nov 02 09:52:54 2015 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Tue Nov 03 10:48:00 2015 +0100 |
tree | 44c6fef166d52f3803917f74b6842ffd78d9ed94 | |
parent | a315c5534eeebaf33f0a5a0e1fa4a37b50d761ab [diff] |
CLEANUP: use direction names in place of numeric values This patch cleanups the direction names. It replaces numeric values, by the associated defines. It ensure the compliance with values found somwhere else in HAProxy. It is required by the bugfix patch which is following. [wt: needs to be backported to 1.6]