From: Patrick McHardy Date: Wed, 20 Sep 2006 19:11:30 +0000 (-0700) Subject: [NETFILTER]: PPTP conntrack: fix another GRE keymap leak X-Git-Tag: v2.6.19-rc1~1272^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c5de695cf7f71c85ad8cfff509f6475b8bd4d27;p=pandora-kernel.git [NETFILTER]: PPTP conntrack: fix another GRE keymap leak When the master PPTP connection times out while still having unfullfilled expectations (and a GRE keymap entry) associated with it, the keymap entry is not destroyed. Add a destroy callback to struct ip_conntrack_helper and use it to destroy PPTP siblings when the master is destroyed. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed