commit | a5c0ab200b80a478c5f9274f1e2d9f5d493842fc | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Mon May 31 10:30:33 2010 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jun 14 10:53:13 2010 +0200 |
tree | 02d75b9ec52cbb88674b3871c543c8e5791c7200 | |
parent | 2281b7fd12ccf98caac305dab04591eee488a518 [diff] |
[MEDIUM] frontend: check for LI_O_TCP_RULES in the listener The new LI_O_TCP_RULES listener option indicates that some TCP rules must be checked upon accept on this listener. It is now checked by the frontend and the L4 rules are evaluated only in this case. The flag is only set when at least one tcp-req rule is present in the frontend. The L4 rules check function has now been moved to proto_tcp.c where it ought to be.