[NETFILTER]: ctnetlink: clear helper area and handle unchanged helper
authorYasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Thu, 10 May 2007 21:15:58 +0000 (14:15 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 11 May 2007 06:47:47 +0000 (23:47 -0700)
commitdf293bbb6ff80f40a2308140ba4cbc2d3c1b18da
treeff61b3f0ec620ad6f8b188b3d29ca9bda72f7383
parentfda61436835f6d46b6d85d4fe9206ffe682fe7f0
[NETFILTER]: ctnetlink: clear helper area and handle unchanged helper

This patch
- Clears private area for helper even if no helper is assigned to
  conntrack. It might be used by old helper.
- Unchanges if the same helper as the used one is specified.
- Does not find helper if no helper is specified. And it does not
  require private area for helper in that case.

Signed-off-by: Yasuyuki Kozakai <yasuyuki.kozakai@toshiba.co.jp>
Signed-off-by: Patrick McHardy <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/netfilter/nf_conntrack_netlink.c