-
- Downloads
[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 <kaber@trash.net> Signed-off-by:
David S. Miller <davem@davemloft.net>
Showing
- include/linux/netfilter_ipv4/ip_conntrack_helper.h 2 additions, 0 deletionsinclude/linux/netfilter_ipv4/ip_conntrack_helper.h
- net/ipv4/netfilter/ip_conntrack_core.c 5 additions, 0 deletionsnet/ipv4/netfilter/ip_conntrack_core.c
- net/ipv4/netfilter/ip_conntrack_helper_pptp.c 2 additions, 10 deletionsnet/ipv4/netfilter/ip_conntrack_helper_pptp.c
Loading
Please register or sign in to comment