[NETFILTER]: PPTP conntrack: fix another GRE keymap leak
authorPatrick McHardy <kaber@trash.net>
Wed, 20 Sep 2006 19:11:30 +0000 (12:11 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Fri, 22 Sep 2006 22:20:20 +0000 (15:20 -0700)
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 <kaber@trash.net>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found