]> git.baikalelectronics.ru Git - kernel.git/commit
[NETFILTER]: fix ctnetlink 'create_expect' parsing
authorHarald Welte <laforge@netfilter.org>
Wed, 10 Aug 2005 03:03:22 +0000 (20:03 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:39:10 +0000 (15:39 -0700)
commit7f2ea87aa4051f220afc7eba3856a7baab252672
treefd17d11fbbedf67f6e5edde8ce76d18a3f6230f2
parent6e4b1680a11c308a979a4750dd9e0de1b000db56
[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>
net/ipv4/netfilter/ip_conntrack_netlink.c