]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MEDIUM] Correct ipmask() logic
authorSimon Horman <horms@verge.net.au>
Fri, 12 Aug 2011 23:03:49 +0000 (08:03 +0900)
committerWilly Tarreau <w@1wt.eu>
Thu, 18 Aug 2011 21:52:35 +0000 (23:52 +0200)
commitd281eedc07d43b9d1b199aa4b8d6260a204f001e
tree5a7862f73fe1d99f11ad02f55c06005e431d7465
parent8b7b05a92d3e41c5334d6cd9de56a96aab278535
[MEDIUM] Correct ipmask() logic

The netmask applied to table entries as configured using ipmask() is
stored in arg_p->data.ip not arg_i (which will be 1 if the netmask is set).
src/pattern.c