commit | bd9a26b7f2ee7567571bb5b7acc1a256c544a0dd | [log] [tgz] |
---|---|---|
author | Harald Welte <laforge@netfilter.org> | Tue Aug 09 20:03:22 2005 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Mon Aug 29 15:39:10 2005 -0700 |
tree | fd17d11fbbedf67f6e5edde8ce76d18a3f6230f2 | |
parent | 88aa0429048d08c18f2772782588f953bbbd79be [diff] |
[NETFILTER]: fix ctnetlink 'create_expect' parsing There was a stupid copy+paste mistake where we parse the MASK nfattr into the "tuple" variable instead of the "mask" variable. This patch fixes it. Thanks to Pablo Neira. Signed-off-by: Harald Welte <laforge@netfilter.org> Signed-off-by: David S. Miller <davem@davemloft.net>