commit | 5c8ce7c92106434d2bdc9d5dfa5f62bf4546b296 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Mar 14 16:44:53 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Wed Apr 25 22:25:56 2007 -0700 |
tree | ec3822ebea143678734caf45b2dd5cbc3ba0ce55 | |
parent | 8f5bd99071212cd16b3449d16639971a44540d51 [diff] |
[NETFILTER]: TCP conntrack: factorize out the PUSH flag The PUSH flag is accepted with every other valid combination. Let's get it out of the tcp_valid_flags table and reduce the number of combinations we have to handle. This does not significantly reduce the table size however (8 bytes). Signed-off-by: Willy Tarreau <w@1wt.eu> Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>